Fix inputUI

make-only-subtitle-default
HaveAGitGat 2 years ago
parent 2f10ece96e
commit 7c92b2236e

@ -12,10 +12,13 @@ const details = () => ({
name: 'aac_stereo',
type: 'boolean',
defaultValue: false,
options: [
'false',
'true',
],
inputUI: {
type: 'dropdown',
options: [
'false',
'true',
],
},
tooltip: `Specify if any 2.0 audio tracks should be converted to aac for maximum compatability with devices.
\\nOptional.
\\nExample:\\n

Loading…
Cancel
Save