mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-15 18:25:54 -07:00
Update start text
This commit is contained in:
parent
68c129e20f
commit
f0ffe40fb1
2 changed files with 6 additions and 4 deletions
|
|
@ -15,8 +15,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.plugin = exports.details = void 0;
|
exports.plugin = exports.details = void 0;
|
||||||
/* eslint-disable no-param-reassign */
|
/* eslint-disable no-param-reassign */
|
||||||
var details = function () { return ({
|
var details = function () { return ({
|
||||||
name: 'Start',
|
name: 'Begin Command',
|
||||||
description: 'Start FFmpeg Command',
|
description: 'Begin creating the FFmpeg command for the current working file.'
|
||||||
|
+ ' Should be used before any other FFmpeg command plugins.',
|
||||||
style: {
|
style: {
|
||||||
borderColor: 'green',
|
borderColor: 'green',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -9,8 +9,9 @@ import { Istreams } from '../../../../FlowHelpers/1.0.0/interfaces/synced/IFileO
|
||||||
|
|
||||||
/* eslint-disable no-param-reassign */
|
/* eslint-disable no-param-reassign */
|
||||||
const details = () :IpluginDetails => ({
|
const details = () :IpluginDetails => ({
|
||||||
name: 'Start',
|
name: 'Begin Command',
|
||||||
description: 'Start FFmpeg Command',
|
description: 'Begin creating the FFmpeg command for the current working file.'
|
||||||
|
+ ' Should be used before any other FFmpeg command plugins.',
|
||||||
style: {
|
style: {
|
||||||
borderColor: 'green',
|
borderColor: 'green',
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue