From ab8136e3263ae13942420e0adb765ba5b2fcb7a0 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Fri, 4 Jun 2021 15:39:45 +0200 Subject: [PATCH] Piccolo fix --- core/support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/support.py b/core/support.py index 4503b564..436e0652 100755 --- a/core/support.py +++ b/core/support.py @@ -393,7 +393,7 @@ def scrapeBlock(item, args, block, patron, headers, action, pagination, debug, t ) if scraped['episode'] and group and not item.grouped: # some adjustment for grouping feature it.action = function - if it.action == 'play': + if it.action == 'findvideos': it.window = True if item.window_type == 1 or (config.get_setting("window_type") == 0) else False if it.window: it.folder = False # for lg in list(set(listGroups).difference(known_keys)):