Prevent breaking type changes

This commit is contained in:
HaveAGitGat 2021-12-12 17:23:15 +00:00
parent 1c032958c9
commit e0baa27c40

View file

@ -26,8 +26,8 @@ const details = () => ({
},
{
name: 'downmix',
type: 'boolean',
defaultValue: false,
type: 'string',
defaultValue: '',
inputUI: {
type: 'text',
},