From f9444bbb97099bfd07f58a49c0d7e0042f2e21c4 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Mon, 3 Feb 2025 18:25:29 +0000 Subject: [PATCH 1/3] Update description --- .../CommunityFlowPlugins/file/deleteFile/1.0.0/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FlowPluginsTs/CommunityFlowPlugins/file/deleteFile/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/file/deleteFile/1.0.0/index.ts index c441985..01e46d2 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/file/deleteFile/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/file/deleteFile/1.0.0/index.ts @@ -14,6 +14,8 @@ const details = (): IpluginDetails => ({ Delete the working file or original file. You don't need to use this plugin to clean up files in the cache, Tdarr will do this automatically after the flow. To manually clear the cache, use the 'Clear Cache' flow plugin. + If the working file is deleted, the plugin after this one should load a valid working file, such as 'Set Original File' to load the original file, + else subsequent plugins will error. `, style: { borderColor: 'red', From 3e4d18d7f679aee6dcaa95e93a530e42b796eada Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Mon, 3 Feb 2025 18:27:09 +0000 Subject: [PATCH 2/3] Reorder description --- .../CommunityFlowPlugins/file/deleteFile/1.0.0/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FlowPluginsTs/CommunityFlowPlugins/file/deleteFile/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/file/deleteFile/1.0.0/index.ts index 01e46d2..67fd3aa 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/file/deleteFile/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/file/deleteFile/1.0.0/index.ts @@ -14,8 +14,8 @@ const details = (): IpluginDetails => ({ Delete the working file or original file. You don't need to use this plugin to clean up files in the cache, Tdarr will do this automatically after the flow. To manually clear the cache, use the 'Clear Cache' flow plugin. - If the working file is deleted, the plugin after this one should load a valid working file, such as 'Set Original File' to load the original file, - else subsequent plugins will error. + If the working file is deleted, the plugin after this one should load a valid working file, + such as 'Set Original File' to load the original file, else subsequent plugins will error. `, style: { borderColor: 'red', From fe76adf7441deb34dafb0391493633e960cbcef7 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Mon, 3 Feb 2025 18:28:33 +0000 Subject: [PATCH 3/3] Apply auto-build changes --- FlowPlugins/CommunityFlowPlugins/file/deleteFile/1.0.0/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlowPlugins/CommunityFlowPlugins/file/deleteFile/1.0.0/index.js b/FlowPlugins/CommunityFlowPlugins/file/deleteFile/1.0.0/index.js index bf2ce69..56651e2 100644 --- a/FlowPlugins/CommunityFlowPlugins/file/deleteFile/1.0.0/index.js +++ b/FlowPlugins/CommunityFlowPlugins/file/deleteFile/1.0.0/index.js @@ -42,7 +42,7 @@ var fileUtils_1 = require("../../../../FlowHelpers/1.0.0/fileUtils"); /* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */ var details = function () { return ({ name: 'Delete File', - description: "\n Delete the working file or original file.\n You don't need to use this plugin to clean up files in the cache, Tdarr will do this automatically after the flow.\n To manually clear the cache, use the 'Clear Cache' flow plugin.\n ", + description: "\n Delete the working file or original file.\n You don't need to use this plugin to clean up files in the cache, Tdarr will do this automatically after the flow.\n To manually clear the cache, use the 'Clear Cache' flow plugin.\n If the working file is deleted, the plugin after this one should load a valid working file,\n such as 'Set Original File' to load the original file, else subsequent plugins will error.\n ", style: { borderColor: 'red', },