diff --git a/platformcode/launcher.py b/platformcode/launcher.py index 1d3e2427..dbc9fbb3 100644 --- a/platformcode/launcher.py +++ b/platformcode/launcher.py @@ -490,7 +490,7 @@ def play_from_library(item): check_next_ep = nextep.check(item) - window_type = 1 if check_next_ep else config.get_setting("window_type", "videolibrary") + window_type = config.get_setting("window_type", "videolibrary") # y volvemos a lanzar kodi if xbmc.getCondVisibility('Window.IsMedia') and not window_type == 1: