From 2733812d94415a7ca8ff5c3d84b91818d8bd3a93 Mon Sep 17 00:00:00 2001 From: buthed010203 Date: Fri, 14 Oct 2022 12:35:29 -0400 Subject: [PATCH] Remove problematic default value The tooltip explains that leaving this blank will keep all subs. That isn't the case with a non blank default value. --- Community/Tdarr_Plugin_drdd_standardise_all_in_one.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Community/Tdarr_Plugin_drdd_standardise_all_in_one.js b/Community/Tdarr_Plugin_drdd_standardise_all_in_one.js index ea8dc7c..4c87764 100644 --- a/Community/Tdarr_Plugin_drdd_standardise_all_in_one.js +++ b/Community/Tdarr_Plugin_drdd_standardise_all_in_one.js @@ -46,7 +46,7 @@ const details = () => { { name: "wanted_subtitle_languages", type: 'string', - defaultValue: 'eng,fre', + defaultValue: '', inputUI: { type: 'text', },