mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Allow browsing to a show from the info menu
This commit is contained in:
parent
a18ca8ab9e
commit
85410639df
1 changed files with 4 additions and 0 deletions
|
@ -144,6 +144,10 @@ class Events(object):
|
|||
backup()
|
||||
elif mode == 'restartservice':
|
||||
window('jellyfin.restart.bool', True)
|
||||
elif mode == None and not params:
|
||||
# Used when selecting "Browse" from a context menu, see #548
|
||||
item_id = base_url.strip('/').split('/')[-1]
|
||||
browse('', item_id, None, server, api_client)
|
||||
else:
|
||||
listing()
|
||||
|
||||
|
|
Loading…
Reference in a new issue