From 789ab9990a1a24b15230db5f21c2b552bb71cce4 Mon Sep 17 00:00:00 2001 From: Alhaziel01 Date: Fri, 30 Jul 2021 19:35:28 +0200 Subject: [PATCH] ops --- core/support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/support.py b/core/support.py index 4e372d62..a494bc20 100755 --- a/core/support.py +++ b/core/support.py @@ -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