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)):