Fix report progress

And other issues
This commit is contained in:
angelblue05 2018-09-06 17:28:51 -05:00
parent 5f9c071c39
commit 77843c7f1d
5 changed files with 20 additions and 11 deletions

View file

@ -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)