mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
fix: default tag_language to empty string (#230)
fixes this option defaulting to eng when user intends to disable
This commit is contained in:
parent
9e04b43e75
commit
c2cf207a30
2 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@ const details = () => ({
|
|||
{
|
||||
name: 'tag_language',
|
||||
type: 'string',
|
||||
defaultValue: 'eng',
|
||||
defaultValue: '',
|
||||
inputUI: {
|
||||
type: 'text',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ const details = () => ({
|
|||
{
|
||||
name: 'tag_language',
|
||||
type: 'string',
|
||||
defaultValue: 'eng',
|
||||
defaultValue: '',
|
||||
inputUI: {
|
||||
type: 'text',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue