--context: ignore some options (like --armed)
This commit is contained in:
parent
55646352ec
commit
7714a8590a
2 changed files with 10 additions and 9 deletions
|
@ -68,7 +68,7 @@ if __name__ == '__main__':
|
|||
files.container = 'mkv'
|
||||
|
||||
if main.cfg.context:
|
||||
update_cfg_context(main)
|
||||
update_cfg_context(main, ["armed", "probe", "dump-commands"])
|
||||
|
||||
if main.cfg.audio in ('copy', 'drop'):
|
||||
audio_words.append('§c%s§/' %(main.cfg.audio))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue