changed SeekPosition to SeekPositionTicks
This commit is contained in:
@@ -734,7 +734,7 @@
|
||||
|
||||
ApiClient.sendPlayStateCommand(id, 'Seek',
|
||||
{
|
||||
SeekPosition: parseInt(position)
|
||||
SeekPositionTicks: parseInt(position)
|
||||
});
|
||||
|
||||
this.isSliding = false;
|
||||
|
||||
Reference in New Issue
Block a user