mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-17 11:16:26 -07:00
Merge pull request #167 from desertblade/master
Fixing Typo in Log Message for AC3 Plugin
This commit is contained in:
commit
6c4bce748d
1 changed files with 2 additions and 2 deletions
|
|
@ -67,10 +67,10 @@ function plugin(file) {
|
||||||
response.handBrakeMode = false;
|
response.handBrakeMode = false;
|
||||||
response.FFmpegMode = true;
|
response.FFmpegMode = true;
|
||||||
response.reQueueAfter = 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;
|
return response;
|
||||||
} else {
|
} 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";
|
response.infoLog += "☑File meets conditions! \n";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue