mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-10 07:50:29 -07:00
Add labels
This commit is contained in:
parent
8c8ef277df
commit
ae0ff14bf0
39 changed files with 79 additions and 1 deletions
|
|
@ -21,6 +21,7 @@ const details = (): IpluginDetails => ({
|
|||
icon: 'faQuestion',
|
||||
inputs: [
|
||||
{
|
||||
label: 'File To Check',
|
||||
name: 'fileToCheck',
|
||||
type: 'string',
|
||||
// eslint-disable-next-line no-template-curly-in-string
|
||||
|
|
@ -32,6 +33,7 @@ const details = (): IpluginDetails => ({
|
|||
tooltip: 'Specify file to check using templating e.g. ${fileName}_720p.${container}',
|
||||
},
|
||||
{
|
||||
label: 'Directory',
|
||||
name: 'directory',
|
||||
type: 'string',
|
||||
defaultValue: '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue