Fix defaults

make-only-subtitle-default
HaveAGitGat 2 years ago
parent 724dcd9502
commit 778892ba16

@ -30,7 +30,7 @@ Useful if, for example, you want to move things like subtitle files or cover art
label: 'Source Directory', label: 'Source Directory',
name: 'sourceDirectory', name: 'sourceDirectory',
type: 'string', type: 'string',
defaultValue: 'original', defaultValue: 'originalDirectory',
inputUI: { inputUI: {
type: 'dropdown', type: 'dropdown',
options: [ options: [
@ -44,7 +44,7 @@ Useful if, for example, you want to move things like subtitle files or cover art
label: 'Copy or Move', label: 'Copy or Move',
name: 'copyOrMove', name: 'copyOrMove',
type: 'string', type: 'string',
defaultValue: 'original', defaultValue: 'copy',
inputUI: { inputUI: {
type: 'dropdown', type: 'dropdown',
options: [ options: [

Loading…
Cancel
Save