mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-05-14 05:15:08 +00:00
Fix report progress
And other issues
This commit is contained in:
parent
5f9c071c39
commit
77843c7f1d
5 changed files with 20 additions and 11 deletions
|
@ -45,7 +45,8 @@ def set_properties(item, method, server_id=None):
|
|||
'DeviceId': client.get_device_id(),
|
||||
'SubsMapping': info.get('Subtitles'),
|
||||
'AudioStreamIndex': info.get('AudioStreamIndex'),
|
||||
'SubtitleStreamIndex': info.get('SubtitleStreamIndex')
|
||||
'SubtitleStreamIndex': info.get('SubtitleStreamIndex'),
|
||||
'CurrentPosition': info.get('CurrentPosition')
|
||||
})
|
||||
|
||||
window('emby_play.json', current)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue