mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-17 03:06:27 -07:00
Update Delete File description
This commit is contained in:
parent
45bfe77d74
commit
7e18703fbe
1 changed files with 5 additions and 1 deletions
|
|
@ -10,7 +10,11 @@ import { getFileAbosluteDir } from '../../../../FlowHelpers/1.0.0/fileUtils';
|
||||||
/* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */
|
/* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */
|
||||||
const details = (): IpluginDetails => ({
|
const details = (): IpluginDetails => ({
|
||||||
name: 'Delete File',
|
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: {
|
style: {
|
||||||
borderColor: 'red',
|
borderColor: 'red',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue