From a50c3c7e5183cc6c71c2a4aded862878b22dc11d Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Sun, 5 Mar 2023 21:45:48 +0000 Subject: [PATCH] Fix option type --- Community/Tdarr_Plugin_00td_filter_by_stream_tag.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Community/Tdarr_Plugin_00td_filter_by_stream_tag.js b/Community/Tdarr_Plugin_00td_filter_by_stream_tag.js index 19dcc0c..be4ec3e 100644 --- a/Community/Tdarr_Plugin_00td_filter_by_stream_tag.js +++ b/Community/Tdarr_Plugin_00td_filter_by_stream_tag.js @@ -38,8 +38,8 @@ const details = () => ({ inputUI: { type: 'dropdown', options: [ - false, - true, + 'false', + 'true', ], }, tooltip: