Quick follow up

This commit is contained in:
angelblue05 2015-07-19 23:36:15 -05:00
parent 1cda4ac30e
commit 60bc0bfcaf

View file

@ -277,7 +277,7 @@ class Player( xbmc.Player ):
'MediaSourceId': item_id,
'PlayMethod': playMethod,
'VolumeLevel': volume,
'PositionTicks': int(seekTime),
'PositionTicks': int(seekTime * 10000000),
'IsMuted': muted
}