Skip to content

Commit c5789c9

Browse files
committed
Fixed bug that caused some initial options to be enabled behind the scenes
1 parent 6992b40 commit c5789c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ def _validate_settings(self):
646646
"command": "--audio-quality {}",
647647
"dependency": 'Convert to audio',
648648
"options": ['0', '5', '9'],
649-
"state": True,
649+
"state": False,
650650
"tooltip": "Specify ffmpeg/avconv audio quality.\ninsert"
651651
"a value between\n0 (better) and 9 (worse)"
652652
"for VBR\nor a specific bitrate like 128K"

0 commit comments

Comments
 (0)