Remove problematic default value

The tooltip explains that leaving this blank will keep all subs. That isn't the case with a non blank default value.
This commit is contained in:
buthed010203 2022-10-14 12:35:29 -04:00 committed by GitHub
parent 197d8e0500
commit 2733812d94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ const details = () => {
{
name: "wanted_subtitle_languages",
type: 'string',
defaultValue: 'eng,fre',
defaultValue: '',
inputUI: {
type: 'text',
},