From 8423342371d92a5ce7c7e0f2be3445fcb88e22cd Mon Sep 17 00:00:00 2001 From: angelblue05 Date: Mon, 20 Jun 2016 21:23:36 -0500 Subject: [PATCH] Fix active listing --- resources/lib/entrypoint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/entrypoint.py b/resources/lib/entrypoint.py index 9ecb8bd3..14e08196 100644 --- a/resources/lib/entrypoint.py +++ b/resources/lib/entrypoint.py @@ -88,7 +88,7 @@ def doMainListing(): addDirectoryItem(label, path) elif xbmc.getCondVisibility("Window.IsActive(VideoLibrary)") and node != "photos": addDirectoryItem(label, path) - else: + elif not xbmc.getCondVisibility("Window.IsActive(VideoLibrary) | Window.IsActive(Pictures) | Window.IsActive(MusicLibrary)"): addDirectoryItem(label, path) # experimental live tv nodes