From 33b9a44fe02170d9ef38cb54699ed1ba279c8c45 Mon Sep 17 00:00:00 2001 From: HaveAGitGat Date: Tue, 28 Nov 2023 07:50:11 +0000 Subject: [PATCH] Apply auto-build changes --- .../CommunityFlowPlugins/audio/checkAudioCodec/1.0.0/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {