diff --git a/Community/Tdarr_Plugin_b39x_the1poet_surround_sound_to_ac3.js b/Community/Tdarr_Plugin_b39x_the1poet_surround_sound_to_ac3.js index 3133cc2..49059bb 100644 --- a/Community/Tdarr_Plugin_b39x_the1poet_surround_sound_to_ac3.js +++ b/Community/Tdarr_Plugin_b39x_the1poet_surround_sound_to_ac3.js @@ -48,7 +48,7 @@ function plugin(file) { try { if ( - file.ffProbeData.streams[i].channels >= 6 && + file.ffProbeData.streams[i].channels == 6 && file.ffProbeData.streams[i].codec_name !== "ac3" && file.ffProbeData.streams[i].codec_type.toLowerCase() == "audio" ) {