mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 23:48:15 -07:00
removed duplicated parameter setting (#210)
* removed duplicated parameter setting * Prevent duplicate plugin inputs Co-authored-by: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com>
This commit is contained in:
parent
0081942d25
commit
df1993f940
2 changed files with 9 additions and 8 deletions
|
|
@ -28,14 +28,6 @@ const details = () => ({
|
|||
type: 'text',
|
||||
},
|
||||
tooltip: 'FFMPEG encoder used for the output of the new tracks. Defaults to ac3.',
|
||||
}, {
|
||||
name: 'position_new_audio',
|
||||
type: 'string',
|
||||
defaultValue: '',
|
||||
inputUI: {
|
||||
type: 'text',
|
||||
},
|
||||
tooltip: 'postion new audiostream. empty equals post. enter word before to add the new track prior.',
|
||||
}, {
|
||||
name: 'position_new_audio',
|
||||
type: 'string',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue