From 8dbd3484df20446d8b09afaad94c8bbd937d8b60 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Tue, 28 Dec 2021 21:32:45 +0000 Subject: [PATCH] update defaults --- ...Tdarr_Plugin_vdka_Tiered_CPU_CRF_Based_Configurable.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Community/Tdarr_Plugin_vdka_Tiered_CPU_CRF_Based_Configurable.js b/Community/Tdarr_Plugin_vdka_Tiered_CPU_CRF_Based_Configurable.js index adab7f8..edc6f9f 100644 --- a/Community/Tdarr_Plugin_vdka_Tiered_CPU_CRF_Based_Configurable.js +++ b/Community/Tdarr_Plugin_vdka_Tiered_CPU_CRF_Based_Configurable.js @@ -18,7 +18,7 @@ const details = () => ({ { name: 'sdCRF', type: 'string', - defaultValue: '19', + defaultValue: '20', inputUI: { type: 'text', }, @@ -31,7 +31,7 @@ const details = () => ({ { name: 'hdCRF', type: 'string', - defaultValue: '21', + defaultValue: '22', inputUI: { type: 'text', }, @@ -44,7 +44,7 @@ const details = () => ({ { name: 'fullhdCRF', type: 'string', - defaultValue: '23', + defaultValue: '24', inputUI: { type: 'text', }, @@ -57,7 +57,7 @@ const details = () => ({ { name: 'uhdCRF', type: 'string', - defaultValue: '26', + defaultValue: '28', inputUI: { type: 'text', },