mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-16 10:45:53 -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',
|
name: 'tag_language',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
defaultValue: 'eng',
|
defaultValue: '',
|
||||||
inputUI: {
|
inputUI: {
|
||||||
type: 'text',
|
type: 'text',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ const details = () => ({
|
||||||
{
|
{
|
||||||
name: 'tag_language',
|
name: 'tag_language',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
defaultValue: 'eng',
|
defaultValue: '',
|
||||||
inputUI: {
|
inputUI: {
|
||||||
type: 'text',
|
type: 'text',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue