mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -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',
|
||||
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…
Add table
Add a link
Reference in a new issue