mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
changed SeekPosition to SeekPositionTicks
This commit is contained in:
parent
cca20c7e55
commit
84967db8b9
@ -734,7 +734,7 @@
|
||||
|
||||
ApiClient.sendPlayStateCommand(id, 'Seek',
|
||||
{
|
||||
SeekPosition: parseInt(position)
|
||||
SeekPositionTicks: parseInt(position)
|
||||
});
|
||||
|
||||
this.isSliding = false;
|
||||
|
Loading…
Reference in New Issue
Block a user