mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 23:48:15 -07:00
Add labels
This commit is contained in:
parent
8c8ef277df
commit
ae0ff14bf0
39 changed files with 79 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ const details = (): IpluginDetails => ({
|
|||
icon: '',
|
||||
inputs: [
|
||||
{
|
||||
label: 'Property To Check',
|
||||
name: 'propertyToCheck',
|
||||
type: 'string',
|
||||
defaultValue: 'codec_name',
|
||||
|
|
@ -37,6 +38,7 @@ const details = (): IpluginDetails => ({
|
|||
`,
|
||||
},
|
||||
{
|
||||
label: 'Values To Remove',
|
||||
name: 'valuesToRemove',
|
||||
type: 'string',
|
||||
defaultValue: 'aac',
|
||||
|
|
@ -52,6 +54,7 @@ const details = (): IpluginDetails => ({
|
|||
`,
|
||||
},
|
||||
{
|
||||
label: 'Condition',
|
||||
name: 'condition',
|
||||
type: 'string',
|
||||
defaultValue: 'includes',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue