mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 04:05:39 +01:00
parser: when using -M force -S at the same time
This commit is contained in:
parent
938ae7d9b9
commit
02012221c9
@ -374,6 +374,7 @@ def _special_settings(config):
|
|||||||
config.set("subtitle", True)
|
config.set("subtitle", True)
|
||||||
if config.get("merge_subtitle"):
|
if config.get("merge_subtitle"):
|
||||||
config.set("remux", True)
|
config.set("remux", True)
|
||||||
|
config.set("subtitle", True)
|
||||||
|
|
||||||
if config.get("silent_semi"):
|
if config.get("silent_semi"):
|
||||||
config.set("silent", True)
|
config.set("silent", True)
|
||||||
|
Loading…
Reference in New Issue
Block a user