mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-15 10:15:54 -07:00
Update desc wording
This commit is contained in:
parent
2e30f24752
commit
1f344a82a1
2 changed files with 4 additions and 2 deletions
|
|
@ -4,7 +4,8 @@ exports.plugin = exports.details = void 0;
|
||||||
/* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */
|
/* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */
|
||||||
var details = function () { return ({
|
var details = function () { return ({
|
||||||
name: 'Set Original File',
|
name: 'Set Original File',
|
||||||
description: 'Set the working file to the original file',
|
description: 'Set the working file to the original file path at the very start of the flow. '
|
||||||
|
+ 'The original file won\'t be affected by subsequent plugins (E.g. Replace Original File).',
|
||||||
style: {
|
style: {
|
||||||
borderColor: 'green',
|
borderColor: 'green',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,8 @@ import {
|
||||||
/* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */
|
/* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */
|
||||||
const details = ():IpluginDetails => ({
|
const details = ():IpluginDetails => ({
|
||||||
name: 'Set Original File',
|
name: 'Set Original File',
|
||||||
description: 'Set the working file to the original file',
|
description: 'Set the working file to the original file path at the very start of the flow. '
|
||||||
|
+ 'The original file won\'t be affected by subsequent plugins (E.g. Replace Original File).',
|
||||||
style: {
|
style: {
|
||||||
borderColor: 'green',
|
borderColor: 'green',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue