typo
This commit is contained in:
parent
cca2de20fe
commit
5115e09c10
1 changed files with 2 additions and 2 deletions
|
|
@ -930,7 +930,7 @@ def render_infinity(options):
|
||||||
"keep_audio",
|
"keep_audio",
|
||||||
"stereo_downmix"
|
"stereo_downmix"
|
||||||
)
|
)
|
||||||
for key in options_keys:
|
for key in option_keys:
|
||||||
state[key] = options[key]
|
state[key] = options[key]
|
||||||
|
|
||||||
for key in defaults:
|
for key in defaults:
|
||||||
|
|
@ -958,7 +958,7 @@ def render_infinity(options):
|
||||||
json.dump(state, fd, indent=2)
|
json.dump(state, fd, indent=2)
|
||||||
shutil.move(state_f + "~", state_f)
|
shutil.move(state_f + "~", state_f)
|
||||||
options = reload_options(options)
|
options = reload_options(options)
|
||||||
for key in options_keys:
|
for key in option_keys:
|
||||||
state[key] = options[key]
|
state[key] = options[key]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue