mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-07 00:36:13 +00:00
Add/Remove additional user from session
Can be mapped to home menu or keymap using: RunPlugin(plugin://plugin.video.emby?mode=adduser)
This commit is contained in:
parent
d8fd3603a6
commit
0501622b59
3 changed files with 86 additions and 0 deletions
|
@ -37,6 +37,9 @@ elif mode == "reset":
|
|||
elif mode == "resetauth":
|
||||
entrypoint.resetAuth()
|
||||
|
||||
elif mode == "adduser":
|
||||
entrypoint.addUser()
|
||||
|
||||
##### BROWSE EMBY CHANNELS ROOT #####
|
||||
elif mode == "channels":
|
||||
entrypoint.BrowseChannels(id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue