Merge pull request #167 from desertblade/master

Fixing Typo in Log Message for AC3 Plugin
make-only-subtitle-default
HaveAGitGat 4 years ago committed by GitHub
commit 6c4bce748d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save