mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-16 18:45:53 -07:00
Reduce lower bound
This commit is contained in:
parent
45fc71623d
commit
995c95c05a
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ const details = () => ({
|
||||||
{
|
{
|
||||||
name: 'lowerBound',
|
name: 'lowerBound',
|
||||||
type: 'number',
|
type: 'number',
|
||||||
defaultValue: 90,
|
defaultValue: 40,
|
||||||
inputUI: {
|
inputUI: {
|
||||||
type: 'text',
|
type: 'text',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue