changed SeekPosition to SeekPositionTicks

This commit is contained in:
Luke Pulverenti 2013-07-20 10:57:33 -04:00
parent cca20c7e55
commit 84967db8b9

View File

@ -734,7 +734,7 @@
ApiClient.sendPlayStateCommand(id, 'Seek',
{
SeekPosition: parseInt(position)
SeekPositionTicks: parseInt(position)
});
this.isSliding = false;