1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00

parser: -M does not necessarily imply -S

This commit is contained in:
iwconfig 2021-11-25 13:32:27 +01:00 committed by Johan Andersson
parent f3d8371eb5
commit aee5d90f0f

View File

@ -420,9 +420,6 @@ def _special_settings(config):
config.set("merge_subtitle", True)
else:
config.set("subtitle", True)
if config.get("merge_subtitle"):
config.set("remux", True)
config.set("subtitle", True)
if config.get("silent_semi"):
config.set("silent", True)