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 b7c2726..3133cc2 100644 --- a/Community/Tdarr_Plugin_b39x_the1poet_surround_sound_to_ac3.js +++ b/Community/Tdarr_Plugin_b39x_the1poet_surround_sound_to_ac3.js @@ -67,10 +67,10 @@ function plugin(file) { response.handBrakeMode = false; response.FFmpegMode = true; response.reQueueAfter = true; - response.infoLog += "☒ File has surround audio which is not in ac3! \n"; + response.infoLog += "☒ File has surround audio which is NOT in ac3! \n"; return response; } else { - response.infoLog += "☑ All surround audio streams are in aac! \n"; + response.infoLog += "☑ All surround audio streams are in ac3! \n"; } response.infoLog += "☑File meets conditions! \n";