From 7f82ef2d3cf897dd73370e67c57bd6d3621257b2 Mon Sep 17 00:00:00 2001 From: Alhaziel Date: Thu, 12 Mar 2020 10:34:32 +0100 Subject: [PATCH] Fix Segna come Visto Ep Successivo --- platformcode/launcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: