Merge pull request #167 from desertblade/master

Fixing Typo in Log Message for AC3 Plugin
This commit is contained in:
HaveAGitGat 2021-08-12 19:39:21 +02:00 committed by GitHub
commit 6c4bce748d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";