mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-10 07:50:29 -07:00
Update description #747
This commit is contained in:
parent
105638a544
commit
eb910cb2c7
1 changed files with 5 additions and 1 deletions
|
|
@ -13,7 +13,11 @@ import {
|
|||
/* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */
|
||||
const details = (): IpluginDetails => ({
|
||||
name: 'Replace Original File',
|
||||
description: 'Replace the original file. If the file hasn\'t changed then no action is taken.',
|
||||
description: `
|
||||
Replace the original file with the 'working' file passed into this plugin.
|
||||
If the file hasn't changed then no action is taken.
|
||||
Note: The 'working' filename and container will replace the original filename and container.
|
||||
`,
|
||||
style: {
|
||||
borderColor: 'green',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue