mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
changed SeekPosition to SeekPositionTicks
This commit is contained in:
parent
cca20c7e55
commit
84967db8b9
1 changed files with 1 additions and 1 deletions
|
@ -734,7 +734,7 @@
|
|||
|
||||
ApiClient.sendPlayStateCommand(id, 'Seek',
|
||||
{
|
||||
SeekPosition: parseInt(position)
|
||||
SeekPositionTicks: parseInt(position)
|
||||
});
|
||||
|
||||
this.isSliding = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue