Fix inputUI

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

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

Loading…
Cancel
Save