Fix LiveTV

This commit is contained in:
angelblue05 2018-11-16 03:42:36 -06:00
parent 883c1741bf
commit a90610e928
2 changed files with 14 additions and 7 deletions

View file

@ -312,7 +312,8 @@ def get_server_time():
def get_play_info(item_id, profile):
return items("/%s/PlaybackInfo" % item_id, "POST", json={
'UserId': "{UserId}",
'DeviceProfile': profile
'DeviceProfile': profile,
'AutoOpenLiveStream': True
})
def get_live_stream(item_id, play_id, token, profile):