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:
angelblue05 2015-05-05 22:02:36 -05:00
parent d8fd3603a6
commit 0501622b59
3 changed files with 86 additions and 0 deletions

View file

@ -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)