Piccolo fix

This commit is contained in:
Alhaziel01
2021-06-04 15:39:45 +02:00
parent 608b6e6a15
commit ab8136e326

View File

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