From ff04ad4285dafae233f9d4dfbd6614df96c408e7 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Thu, 18 Mar 2021 19:41:14 +0100 Subject: [PATCH] ops --- platformcode/launcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformcode/launcher.py b/platformcode/launcher.py index b6e6553d..cdbaac65 100644 --- a/platformcode/launcher.py +++ b/platformcode/launcher.py @@ -461,7 +461,7 @@ def play_from_library(item): # Modify the action (currently the video library needs "findvideos" since this is where the sources are searched item.action = "findvideos" - window_type = config.get_setting("window_type", "videolibrary") if config.get_setting('next_ep') < 3 else 1 + window_type = config.get_setting("window_type", "videolibrary") if config.get_setting('next_ep') < 3 and item.contentType != 'movie' else 1 # and launch kodi again if xbmc.getCondVisibility('Window.IsMedia') and not window_type == 1: