mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-13 17:30:27 -07:00
Clarify switch input type
This commit is contained in:
parent
1455d65428
commit
0cb9e75a53
10 changed files with 17 additions and 76 deletions
|
|
@ -70,11 +70,7 @@ Useful if, for example, you want to move things like subtitle files or cover art
|
|||
type: 'boolean',
|
||||
defaultValue: 'true',
|
||||
inputUI: {
|
||||
type: 'dropdown',
|
||||
options: [
|
||||
'false',
|
||||
'true',
|
||||
],
|
||||
type: 'switch',
|
||||
},
|
||||
tooltip: 'Specify whether to keep the relative path',
|
||||
},
|
||||
|
|
@ -84,11 +80,7 @@ Useful if, for example, you want to move things like subtitle files or cover art
|
|||
type: 'boolean',
|
||||
defaultValue: 'false',
|
||||
inputUI: {
|
||||
type: 'dropdown',
|
||||
options: [
|
||||
'false',
|
||||
'true',
|
||||
],
|
||||
type: 'switch',
|
||||
},
|
||||
tooltip: 'Specify whether to copy/move all files in the directory (excluding the original and working file)',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -38,11 +38,7 @@ const details = (): IpluginDetails => ({
|
|||
type: 'boolean',
|
||||
defaultValue: 'false',
|
||||
inputUI: {
|
||||
type: 'dropdown',
|
||||
options: [
|
||||
'false',
|
||||
'true',
|
||||
],
|
||||
type: 'switch',
|
||||
},
|
||||
tooltip: 'Specify whether to keep the relative path',
|
||||
},
|
||||
|
|
@ -52,11 +48,7 @@ const details = (): IpluginDetails => ({
|
|||
type: 'boolean',
|
||||
defaultValue: 'false',
|
||||
inputUI: {
|
||||
type: 'dropdown',
|
||||
options: [
|
||||
'false',
|
||||
'true',
|
||||
],
|
||||
type: 'switch',
|
||||
},
|
||||
tooltip: 'Make the copied file the working file',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -40,11 +40,7 @@ const details = ():IpluginDetails => ({
|
|||
type: 'boolean',
|
||||
defaultValue: 'false',
|
||||
inputUI: {
|
||||
type: 'dropdown',
|
||||
options: [
|
||||
'false',
|
||||
'true',
|
||||
],
|
||||
type: 'switch',
|
||||
},
|
||||
tooltip: 'Specify whether to keep the relative path',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue