From 40841e643540819c9291c77f32bf8441b1602907 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Thu, 23 Sep 2021 10:15:41 +0200 Subject: [PATCH] Abilita autoplay da item --- core/autoplay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/autoplay.py b/core/autoplay.py index ff546178..1a8f3376 100644 --- a/core/autoplay.py +++ b/core/autoplay.py @@ -39,7 +39,7 @@ def start(itemlist, item): if not config.is_xbmc(): return itemlist - if config.get_setting('autoplay') or (item.channel == 'community' and item.autoplay): + if config.get_setting('autoplay') or item.autoplay: # Save the current value of "Action and Player Mode" in preferences user_config_setting_action = config.get_setting("default_action") # user_config_setting_player = config.get_setting("player_mode")