This commit is contained in:
Alhaziel01
2021-07-30 19:35:28 +02:00
parent 4647f2f1d6
commit 789ab9990a

View File

@@ -449,7 +449,7 @@ def scrapeBlock(item, args, block, patron, headers, action, pagination, debug, t
news= item.news if item.news else '',
other = scraped['other'] if scraped['other'] else '',
grouped=group,
disable_videolibrary = True if not args.get('addVideolibrary') else False
disable_videolibrary = not args.get('addVideolibrary', True)
)
if scraped['episode'] and group and not item.grouped: # some adjustment for grouping feature
it.action = function