mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-16 10:45:53 -07:00
Apply auto-build changes
This commit is contained in:
parent
581deb7ed2
commit
33b9a44fe0
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ var plugin = function (args) {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if (!hasCodec) {
|
if (!hasCodec) {
|
||||||
args.jobLog("File does not have codec: ".concat(args.inputs.codec, " ").concat(checkBitrate ? "with "
|
args.jobLog("File does not have codec: ".concat(args.inputs.codec, " ").concat(checkBitrate ? 'with '
|
||||||
+ "bitrate between ".concat(greaterThan, " and ").concat(lessThan) : ''));
|
+ "bitrate between ".concat(greaterThan, " and ").concat(lessThan) : ''));
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue