mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-08 23:18:16 -07:00
Merge pull request #768 from HaveAGitGat/delete_file2
Update description
This commit is contained in:
commit
2661699d6c
2 changed files with 3 additions and 1 deletions
|
|
@ -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',
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue