From 4eedfbb3d29806d089668765ca7eba566185288f Mon Sep 17 00:00:00 2001 From: HaveAGitGat Date: Thu, 16 May 2024 07:48:50 +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 7e44bf9..6b338ca 100644 --- a/FlowPlugins/CommunityFlowPlugins/audio/checkAudioCodec/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/audio/checkAudioCodec/1.0.0/index.js @@ -4,7 +4,7 @@ exports.plugin = exports.details = void 0; /* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */ var details = function () { return ({ name: 'Check Audio Codec', - description: 'Check if a file has a specific audio codec', + description: 'Check if a file has a specific audio codec.', style: { borderColor: 'orange', },