Merge pull request #344 from buthed010203/patch-1

Remove problematic default value
This commit is contained in:
HaveAGitGat 2023-03-22 06:33:00 +01:00 committed by GitHub
commit f1243739af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 8 deletions

View file

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