mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Quick follow up
This commit is contained in:
parent
1cda4ac30e
commit
60bc0bfcaf
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ class Player( xbmc.Player ):
|
|||
'MediaSourceId': item_id,
|
||||
'PlayMethod': playMethod,
|
||||
'VolumeLevel': volume,
|
||||
'PositionTicks': int(seekTime),
|
||||
'PositionTicks': int(seekTime * 10000000),
|
||||
'IsMuted': muted
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue