From bf50916eff65e79db02b1f33a004f1c5db950cfc Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Sat, 28 May 2022 14:42:01 +0100 Subject: [PATCH] Add example --- ...darr_Plugin_00td_action_remove_audio_by_channel_count.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Community/Tdarr_Plugin_00td_action_remove_audio_by_channel_count.js b/Community/Tdarr_Plugin_00td_action_remove_audio_by_channel_count.js index 049f37b..4b286f8 100644 --- a/Community/Tdarr_Plugin_00td_action_remove_audio_by_channel_count.js +++ b/Community/Tdarr_Plugin_00td_action_remove_audio_by_channel_count.js @@ -21,7 +21,11 @@ const details = () => ({ type: 'text', }, tooltip: - 'Enter the the channel counts to remove', + `Enter the the channel counts to remove. + + \\nExample:\\n + 8,6 + `, }, ], });