From d60d96429cb8d116f6b424f2dbfdd1b23c667116 Mon Sep 17 00:00:00 2001 From: HaveAGitGat Date: Thu, 9 May 2024 07:29:05 +0000 Subject: [PATCH] Apply auto-build changes --- .../CommunityFlowPlugins/tools/setFlowVariable/1.0.0/index.js | 2 +- .../video/checkVideoResolution/1.0.0/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FlowPlugins/CommunityFlowPlugins/tools/setFlowVariable/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/tools/setFlowVariable/1.0.0/index.js index 80eb6f7..ca76eb8 100644 --- a/FlowPlugins/CommunityFlowPlugins/tools/setFlowVariable/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/tools/setFlowVariable/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: 'Set Flow Variable', - description: "Set a Flow Variable to whatever you like. This can be used with the 'Check Flow Variable'\n plugin for complex flows with loops in them where you're wanting to keep track \n of where you are in the flow. For example, when attempting to transcode with NVENC, then QSV, then CPU.\n ", + description: "Set a Flow Variable to whatever you like. This can be used with the 'Check Flow Variable'\n plugin for complex flows with loops in them where you're wanting to keep track \n of where you are in the flow. For example, when attempting to transcode with NVENC, then QSV, then CPU.", style: { borderColor: 'green', }, diff --git a/FlowPlugins/CommunityFlowPlugins/video/checkVideoResolution/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/video/checkVideoResolution/1.0.0/index.js index bb965c4..b91bb6c 100644 --- a/FlowPlugins/CommunityFlowPlugins/video/checkVideoResolution/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/video/checkVideoResolution/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 Video Resolution', - description: 'Check is video is 480p,576p,720p,1080p,1440p,4KUHD,DCI4K,8KUHD,Other', + description: 'Check if video is 480p,576p,720p,1080p,1440p,4KUHD,DCI4K,8KUHD,Other', style: { borderColor: 'orange', },