mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 23:48:15 -07:00
Apply auto-build changes
This commit is contained in:
parent
0cb9e75a53
commit
1d62880df3
9 changed files with 15 additions and 75 deletions
|
|
@ -107,11 +107,7 @@ var details = function () { return ({
|
|||
type: 'boolean',
|
||||
defaultValue: 'true',
|
||||
inputUI: {
|
||||
type: 'dropdown',
|
||||
options: [
|
||||
'false',
|
||||
'true',
|
||||
],
|
||||
type: 'switch',
|
||||
},
|
||||
tooltip: 'Specify whether to use hardware encoding if available',
|
||||
},
|
||||
|
|
@ -138,11 +134,7 @@ var details = function () { return ({
|
|||
type: 'boolean',
|
||||
defaultValue: 'true',
|
||||
inputUI: {
|
||||
type: 'dropdown',
|
||||
options: [
|
||||
'false',
|
||||
'true',
|
||||
],
|
||||
type: 'switch',
|
||||
},
|
||||
tooltip: 'Specify whether to use hardware decoding if available',
|
||||
},
|
||||
|
|
@ -152,11 +144,7 @@ var details = function () { return ({
|
|||
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