mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 15:38:19 -07:00
Apply auto-build changes
This commit is contained in:
parent
affe194fcf
commit
7d51df9e9f
1 changed files with 2 additions and 2 deletions
|
|
@ -62,7 +62,7 @@ var details = function () { return ({
|
|||
label: 'Source Directory',
|
||||
name: 'sourceDirectory',
|
||||
type: 'string',
|
||||
defaultValue: 'original',
|
||||
defaultValue: 'originalDirectory',
|
||||
inputUI: {
|
||||
type: 'dropdown',
|
||||
options: [
|
||||
|
|
@ -76,7 +76,7 @@ var details = function () { return ({
|
|||
label: 'Copy or Move',
|
||||
name: 'copyOrMove',
|
||||
type: 'string',
|
||||
defaultValue: 'original',
|
||||
defaultValue: 'copy',
|
||||
inputUI: {
|
||||
type: 'dropdown',
|
||||
options: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue