From 995c95c05a39840269bce906327efe264084e8dd Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Wed, 16 Mar 2022 10:28:15 +0100 Subject: [PATCH] Reduce lower bound --- Community/Tdarr_Plugin_a9he_New_file_size_check.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Community/Tdarr_Plugin_a9he_New_file_size_check.js b/Community/Tdarr_Plugin_a9he_New_file_size_check.js index 533c992..32e99d6 100644 --- a/Community/Tdarr_Plugin_a9he_New_file_size_check.js +++ b/Community/Tdarr_Plugin_a9he_New_file_size_check.js @@ -22,7 +22,7 @@ const details = () => ({ { name: 'lowerBound', type: 'number', - defaultValue: 90, + defaultValue: 40, inputUI: { type: 'text', },