mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-14 01:36:08 -07:00
Apply auto-build changes
This commit is contained in:
parent
e725cad660
commit
b7d7bdd45e
40 changed files with 84 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ var details = function () { return ({
|
|||
icon: 'faArrowRight',
|
||||
inputs: [
|
||||
{
|
||||
label: 'Output Directory',
|
||||
name: 'outputDirectory',
|
||||
type: 'string',
|
||||
defaultValue: '',
|
||||
|
|
@ -67,6 +68,7 @@ var details = function () { return ({
|
|||
tooltip: 'Specify ouput directory',
|
||||
},
|
||||
{
|
||||
label: 'Keep Relative Path',
|
||||
name: 'keepRelativePath',
|
||||
type: 'boolean',
|
||||
defaultValue: 'false',
|
||||
|
|
@ -80,6 +82,7 @@ var details = function () { return ({
|
|||
tooltip: 'Specify whether to keep the relative path',
|
||||
},
|
||||
{
|
||||
label: 'Make Working File',
|
||||
name: 'makeWorkingFile',
|
||||
type: 'boolean',
|
||||
defaultValue: 'false',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue