fix infinity
This commit is contained in:
parent
b2552d6059
commit
f7dfa96389
2 changed files with 4 additions and 1 deletions
|
|
@ -848,7 +848,7 @@ def render_infinity(options):
|
|||
"max-items": 30,
|
||||
"no_video": False,
|
||||
}
|
||||
for key in ("prefix", "duration"):
|
||||
for key in ("prefix", "duration", "debug", "single_file", "keep_audio"):
|
||||
state[key] = options[key]
|
||||
|
||||
while True:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue