From 12f61a34c903729b141fa35645566893e3f9bd3e Mon Sep 17 00:00:00 2001 From: "jeanchristophe.mqt@gmail.com" Date: Fri, 29 Mar 2024 00:22:03 +0100 Subject: [PATCH] Log corrected --- .../tools/notifyRadarrOrSonarr/2.0.0/index.js | 2 +- .../tools/notifyRadarrOrSonarr/2.0.0/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FlowPlugins/CommunityFlowPlugins/tools/notifyRadarrOrSonarr/2.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/tools/notifyRadarrOrSonarr/2.0.0/index.js index f8f494e..8f2f94c 100644 --- a/FlowPlugins/CommunityFlowPlugins/tools/notifyRadarrOrSonarr/2.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/tools/notifyRadarrOrSonarr/2.0.0/index.js @@ -205,7 +205,7 @@ var plugin = function (args) { return __awaiter(void 0, void 0, void 0, function // Using command endpoint to queue a refresh task _g.sent(); refreshed = true; - args.jobLog("\u2714 Refreshed ".concat(refreshType.content, " ").concat(id, " in ").concat(refreshType.appName, ".")); + args.jobLog("\u2714 ".concat(refreshType.content, " ").concat(id, " refreshed in ").concat(refreshType.appName, ".")); _g.label = 5; case 5: return [2 /*return*/, { outputFileObj: args.inputFileObj, diff --git a/FlowPluginsTs/CommunityFlowPlugins/tools/notifyRadarrOrSonarr/2.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/tools/notifyRadarrOrSonarr/2.0.0/index.ts index 4a1dc24..4f0c071 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/tools/notifyRadarrOrSonarr/2.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/tools/notifyRadarrOrSonarr/2.0.0/index.ts @@ -181,7 +181,7 @@ const plugin = async (args: IpluginInputArgs): Promise => { }); refreshed = true; - args.jobLog(`✔ Refreshed ${refreshType.content} ${id} in ${refreshType.appName}.`); + args.jobLog(`✔ ${refreshType.content} ${id} refreshed in ${refreshType.appName}.`); } return {