mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-11 02:36:12 +00:00
Fix LiveTV
This commit is contained in:
parent
883c1741bf
commit
a90610e928
2 changed files with 14 additions and 7 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue