Fix lazy extractor state (Fix 4445f37a7a) (#12452)
Authored by: coletdjnz, Grub4K, pukkandan
This commit is contained in:
parent
480125560a
commit
c034d65548
2 changed files with 5 additions and 3 deletions
|
|
@ -27,4 +27,4 @@ plugin_ies_overrides = Indirect(defaultdict(list))
|
|||
|
||||
# Misc
|
||||
IN_CLI = Indirect(False)
|
||||
LAZY_EXTRACTORS = Indirect(False) # `False`=force, `None`=disabled, `True`=enabled
|
||||
LAZY_EXTRACTORS = Indirect(None) # `False`=force, `None`=disabled, `True`=enabled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue