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',