From b24fc0ea0655c0d3aae3a75b2516a84a0867d0ad Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Thu, 10 Mar 2016 16:04:01 +0100 Subject: [PATCH] Make user switch always available --- resources/lib/entrypoint.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/resources/lib/entrypoint.py b/resources/lib/entrypoint.py index d64d510b..bf44f303 100644 --- a/resources/lib/entrypoint.py +++ b/resources/lib/entrypoint.py @@ -237,11 +237,10 @@ def doMainListing(): elif path and not xbmc.getCondVisibility("Window.IsActive(VideoLibrary) | Window.IsActive(Pictures) | Window.IsActive(MusicLibrary)"): addDirectoryItem(label, path) - # Plex user switch, if Plex home is in use - if int(utils.settings('plexHomeSize')) > 1: - addDirectoryItem(string(39200), - "plugin://plugin.video.plexkodiconnect/" - "?mode=switchuser") + # Plex user switch + addDirectoryItem(string(39200), + "plugin://plugin.video.plexkodiconnect/" + "?mode=switchuser") #experimental live tv nodes # addDirectoryItem("Live Tv Channels (experimental)", "plugin://plugin.video.plexkodiconnect/?mode=browsecontent&type=tvchannels&folderid=root")