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 + `, }, ], });