1
0
Fork 0
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:
Luke Pulverenti 2013-07-19 14:38:09 -04:00
parent 56a319e265
commit cca20c7e55

View file

@ -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();