mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-10 16:00:28 -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: 'Greater Than',
|
||||
name: 'greaterThan',
|
||||
type: 'number',
|
||||
defaultValue: '99.5',
|
||||
|
|
@ -31,6 +32,7 @@ const details = (): IpluginDetails => ({
|
|||
+ 'Default value is 99.5% so new file duration must be at least 40% of original file duration.',
|
||||
},
|
||||
{
|
||||
label: 'Less Than',
|
||||
name: 'lessThan',
|
||||
type: 'number',
|
||||
defaultValue: '100.5',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue