mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-15 02:05:54 -07:00
Remove old files
This commit is contained in:
parent
7521d7eef0
commit
658857fdf4
1 changed files with 0 additions and 36 deletions
|
|
@ -1,36 +0,0 @@
|
||||||
"use strict";
|
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
|
||||||
exports.plugin = exports.details = void 0;
|
|
||||||
/* eslint no-plusplus: ["error", { "allowForLoopAfterthoughts": true }] */
|
|
||||||
var details = function () { return ({
|
|
||||||
name: 'Video Scale',
|
|
||||||
description: 'Change video scale',
|
|
||||||
style: {
|
|
||||||
borderColor: '#6efefc',
|
|
||||||
opacity: 0.5,
|
|
||||||
},
|
|
||||||
tags: 'video',
|
|
||||||
isStartPlugin: false,
|
|
||||||
sidebarPosition: -1,
|
|
||||||
icon: '',
|
|
||||||
inputs: [],
|
|
||||||
outputs: [
|
|
||||||
{
|
|
||||||
number: 1,
|
|
||||||
tooltip: 'Continue to next plugin',
|
|
||||||
},
|
|
||||||
],
|
|
||||||
}); };
|
|
||||||
exports.details = details;
|
|
||||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
||||||
var plugin = function (args) {
|
|
||||||
var lib = require('../../../../../methods/lib')();
|
|
||||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars,no-param-reassign
|
|
||||||
args.inputs = lib.loadDefaultValues(args.inputs, details);
|
|
||||||
return {
|
|
||||||
outputFileObj: args.inputFileObj,
|
|
||||||
outputNumber: 1,
|
|
||||||
variables: args.variables,
|
|
||||||
};
|
|
||||||
};
|
|
||||||
exports.plugin = plugin;
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue