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