fix infinity

This commit is contained in:
j 2025-02-12 17:50:53 +01:00
commit f7dfa96389
2 changed files with 4 additions and 1 deletions

View file

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