mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-14 17:55:55 -07:00
Prevent breaking type changes
This commit is contained in:
parent
1c032958c9
commit
e0baa27c40
1 changed files with 2 additions and 2 deletions
|
|
@ -26,8 +26,8 @@ const details = () => ({
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'downmix',
|
name: 'downmix',
|
||||||
type: 'boolean',
|
type: 'string',
|
||||||
defaultValue: false,
|
defaultValue: '',
|
||||||
inputUI: {
|
inputUI: {
|
||||||
type: 'text',
|
type: 'text',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue