From ee5bde91a5a08dfbd95548699daaebac96016976 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Fri, 8 Apr 2022 19:16:41 +0200 Subject: [PATCH] Test: Fix Viste su skin di terze parti --- platformcode/platformtools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformcode/platformtools.py b/platformcode/platformtools.py index 2e2bd44c..8fc89e63 100644 --- a/platformcode/platformtools.py +++ b/platformcode/platformtools.py @@ -444,7 +444,7 @@ def viewmodeMonitor(): currentModeName = xbmc.getInfoLabel('Container.Viewmode') currentMode = int(xbmcgui.Window(10025).getFocusId()) # logger.debug('SAVE VIEW 1', currentMode, parent.action, item.action) - if 50 <= currentMode < 520 and parent and parent.action != item.action: + if 50 <= currentMode < 599 and parent and parent.action != item.action: content, Type = getCurrentView(item, parent) view_mode_type = config.get_setting('view_mode_%s' % content) # logger.debug('VIEW MODE TYPE')