mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-16 02:35:54 -07:00
Fix inputUI
This commit is contained in:
parent
2f10ece96e
commit
7c92b2236e
1 changed files with 7 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue