mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-25 02:06:09 +00:00
Update jellyfin_kodi/entrypoint/default.py
Co-authored-by: Odd Stråbø <oddstr13@openshell.no>
This commit is contained in:
parent
85410639df
commit
0b3888aa32
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ class Events(object):
|
||||||
backup()
|
backup()
|
||||||
elif mode == 'restartservice':
|
elif mode == 'restartservice':
|
||||||
window('jellyfin.restart.bool', True)
|
window('jellyfin.restart.bool', True)
|
||||||
elif mode == None and not params:
|
elif mode is None and not params:
|
||||||
# Used when selecting "Browse" from a context menu, see #548
|
# Used when selecting "Browse" from a context menu, see #548
|
||||||
item_id = base_url.strip('/').split('/')[-1]
|
item_id = base_url.strip('/').split('/')[-1]
|
||||||
browse('', item_id, None, server, api_client)
|
browse('', item_id, None, server, api_client)
|
||||||
|
|
Loading…
Reference in a new issue