diff --git a/FlowPlugins/CommunityFlowPlugins/audio/checkAudioCodec/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/audio/checkAudioCodec/1.0.0/index.js index a1432c2..caa1ea6 100644 --- a/FlowPlugins/CommunityFlowPlugins/audio/checkAudioCodec/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/audio/checkAudioCodec/1.0.0/index.js @@ -152,7 +152,7 @@ var plugin = function (args) { }); } 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) : '')); } return {