From 7e18703fbebb87083e0607b175a51b754a21ac6d Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Mon, 3 Feb 2025 17:29:44 +0000 Subject: [PATCH] Update Delete File description --- .../CommunityFlowPlugins/file/deleteFile/1.0.0/index.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/FlowPluginsTs/CommunityFlowPlugins/file/deleteFile/1.0.0/index.ts b/FlowPluginsTs/CommunityFlowPlugins/file/deleteFile/1.0.0/index.ts index 98338a0..c441985 100644 --- a/FlowPluginsTs/CommunityFlowPlugins/file/deleteFile/1.0.0/index.ts +++ b/FlowPluginsTs/CommunityFlowPlugins/file/deleteFile/1.0.0/index.ts @@ -10,7 +10,11 @@ import { getFileAbosluteDir } from '../../../../FlowHelpers/1.0.0/fileUtils'; /* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */ const details = (): IpluginDetails => ({ name: 'Delete File', - description: 'Delete the working file or original file.', + description: ` + 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. + `, style: { borderColor: 'red', },