mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-10 07:50:29 -07:00
update defaults
This commit is contained in:
parent
db22ca561e
commit
8dbd3484df
1 changed files with 4 additions and 4 deletions
|
|
@ -18,7 +18,7 @@ const details = () => ({
|
||||||
{
|
{
|
||||||
name: 'sdCRF',
|
name: 'sdCRF',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
defaultValue: '19',
|
defaultValue: '20',
|
||||||
inputUI: {
|
inputUI: {
|
||||||
type: 'text',
|
type: 'text',
|
||||||
},
|
},
|
||||||
|
|
@ -31,7 +31,7 @@ const details = () => ({
|
||||||
{
|
{
|
||||||
name: 'hdCRF',
|
name: 'hdCRF',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
defaultValue: '21',
|
defaultValue: '22',
|
||||||
inputUI: {
|
inputUI: {
|
||||||
type: 'text',
|
type: 'text',
|
||||||
},
|
},
|
||||||
|
|
@ -44,7 +44,7 @@ const details = () => ({
|
||||||
{
|
{
|
||||||
name: 'fullhdCRF',
|
name: 'fullhdCRF',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
defaultValue: '23',
|
defaultValue: '24',
|
||||||
inputUI: {
|
inputUI: {
|
||||||
type: 'text',
|
type: 'text',
|
||||||
},
|
},
|
||||||
|
|
@ -57,7 +57,7 @@ const details = () => ({
|
||||||
{
|
{
|
||||||
name: 'uhdCRF',
|
name: 'uhdCRF',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
defaultValue: '26',
|
defaultValue: '28',
|
||||||
inputUI: {
|
inputUI: {
|
||||||
type: 'text',
|
type: 'text',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue