mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-10 07:50:29 -07:00
Clarify switch input type
This commit is contained in:
parent
1455d65428
commit
0cb9e75a53
10 changed files with 17 additions and 76 deletions
|
|
@ -75,11 +75,7 @@ const details = (): IpluginDetails => ({
|
|||
type: 'boolean',
|
||||
defaultValue: 'true',
|
||||
inputUI: {
|
||||
type: 'dropdown',
|
||||
options: [
|
||||
'false',
|
||||
'true',
|
||||
],
|
||||
type: 'switch',
|
||||
},
|
||||
tooltip: 'Specify whether to use hardware encoding if available',
|
||||
},
|
||||
|
|
@ -106,11 +102,7 @@ const details = (): IpluginDetails => ({
|
|||
type: 'boolean',
|
||||
defaultValue: 'true',
|
||||
inputUI: {
|
||||
type: 'dropdown',
|
||||
options: [
|
||||
'false',
|
||||
'true',
|
||||
],
|
||||
type: 'switch',
|
||||
},
|
||||
tooltip: 'Specify whether to use hardware decoding if available',
|
||||
},
|
||||
|
|
@ -120,11 +112,7 @@ const details = (): IpluginDetails => ({
|
|||
type: 'boolean',
|
||||
defaultValue: 'true',
|
||||
inputUI: {
|
||||
type: 'dropdown',
|
||||
options: [
|
||||
'false',
|
||||
'true',
|
||||
],
|
||||
type: 'switch',
|
||||
},
|
||||
tooltip: 'Specify whether to force encoding if stream already has the target codec',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue