mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix web client seekpositionticks
This commit is contained in:
parent
56a319e265
commit
cca20c7e55
1 changed files with 1 additions and 1 deletions
|
@ -801,7 +801,7 @@ var Dashboard = {
|
|||
MediaPlayer.unpause();
|
||||
}
|
||||
else if (msg.Data.Command === 'Seek') {
|
||||
MediaPlayer.seek(msg.Data.SeekPosition);
|
||||
MediaPlayer.seek(msg.Data.SeekPositionTicks);
|
||||
}
|
||||
else if (msg.Data.Command === 'NextTrack') {
|
||||
MediaPlayer.nextTrack();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue