mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-10 07:50:29 -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',
|
||||
type: 'boolean',
|
||||
defaultValue: false,
|
||||
type: 'string',
|
||||
defaultValue: '',
|
||||
inputUI: {
|
||||
type: 'text',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue