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:
michpas 2021-12-14 08:30:31 +01:00 committed by GitHub
parent 0081942d25
commit df1993f940
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 8 deletions

View file

@ -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',