mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 23:48:15 -07:00
Apply auto-build changes
This commit is contained in:
parent
0cb9e75a53
commit
1d62880df3
9 changed files with 15 additions and 75 deletions
|
|
@ -59,11 +59,7 @@ var details = function () { return ({
|
|||
type: 'boolean',
|
||||
defaultValue: 'false',
|
||||
inputUI: {
|
||||
type: 'dropdown',
|
||||
options: [
|
||||
'false',
|
||||
'true',
|
||||
],
|
||||
type: 'switch',
|
||||
},
|
||||
tooltip: 'Will check if input file and cache are readable and writable',
|
||||
},
|
||||
|
|
@ -73,11 +69,7 @@ var details = function () { return ({
|
|||
type: 'boolean',
|
||||
defaultValue: 'false',
|
||||
inputUI: {
|
||||
type: 'dropdown',
|
||||
options: [
|
||||
'false',
|
||||
'true',
|
||||
],
|
||||
type: 'switch',
|
||||
},
|
||||
tooltip: 'This will pause the node if the file access checks fail',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue