mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-10 07:50:29 -07:00
Fix defaults
This commit is contained in:
parent
724dcd9502
commit
778892ba16
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ Useful if, for example, you want to move things like subtitle files or cover art
|
|||
label: 'Source Directory',
|
||||
name: 'sourceDirectory',
|
||||
type: 'string',
|
||||
defaultValue: 'original',
|
||||
defaultValue: 'originalDirectory',
|
||||
inputUI: {
|
||||
type: 'dropdown',
|
||||
options: [
|
||||
|
|
@ -44,7 +44,7 @@ Useful if, for example, you want to move things like subtitle files or cover art
|
|||
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