From 569ba276be981c4de56e73a24f61a31a690c6ba2 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Fri, 27 May 2022 07:14:39 +0100 Subject: [PATCH] Update description. --- .../Tdarr_Plugin_00td_action_remove_audio_by_channel_count.js | 3 +++ 1 file changed, 3 insertions(+) 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 5067742..049f37b 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 @@ -6,6 +6,9 @@ const details = () => ({ Operation: 'Transcode', Description: ` This plugin removes audio streams based on channel count. The output container is the same as the original. + If the file only has one audio stream, the plugin will be skipped. If the number of audio streams to remove + equals the total number of audio streams, the plugin will be skipped. This ensures there is always at least + one audio stream in the file. `, Version: '1.00', Tags: 'action',