mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-16 18:45:53 -07:00
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:
parent
197d8e0500
commit
2733812d94
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ const details = () => {
|
||||||
{
|
{
|
||||||
name: "wanted_subtitle_languages",
|
name: "wanted_subtitle_languages",
|
||||||
type: 'string',
|
type: 'string',
|
||||||
defaultValue: 'eng,fre',
|
defaultValue: '',
|
||||||
inputUI: {
|
inputUI: {
|
||||||
type: 'text',
|
type: 'text',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue