From 40f626f8818d527f98b4993dc44f871face132ae Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Fri, 31 Dec 2021 19:29:22 +0000 Subject: [PATCH] Remove input --- examples/Tdarr_Plugin_pos1_Post_Proc_Example.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/examples/Tdarr_Plugin_pos1_Post_Proc_Example.js b/examples/Tdarr_Plugin_pos1_Post_Proc_Example.js index 9e10e32..1a5d1fd 100644 --- a/examples/Tdarr_Plugin_pos1_Post_Proc_Example.js +++ b/examples/Tdarr_Plugin_pos1_Post_Proc_Example.js @@ -40,18 +40,6 @@ const details = () => ({ \\nExample:\\n de`, // Each line following `Example:` will be clearly formatted. \\n used for line breaks }, - { - name: 'channels', - type: 'string', - defaultValue: 'eng', - inputUI: { - type: 'text', - }, - tooltip: `Desired audio channel number. - - \\nExample:\\n - 2`, - }, ], });