mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 23:48:15 -07:00
Fixing Typo in Log Message
If the audio is AC3 the log says "ll surround audio streams are in aac! " which is wrong, and confuses me when looking at log. Updated to show correct info.
This commit is contained in:
parent
69afe2c442
commit
4d7b60e6c9
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue