mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-13 09:20:27 -07:00
Compare File Size Ratio Live
This commit is contained in:
parent
6d6ff0bb88
commit
9ac675d401
14 changed files with 265 additions and 18 deletions
|
|
@ -15,7 +15,7 @@ const details = ():IpluginDetails => ({
|
|||
tags: '',
|
||||
isStartPlugin: false,
|
||||
pType: '',
|
||||
requiresVersion: '2.11.01',
|
||||
requiresVersion: '2.18.01',
|
||||
sidebarPosition: -1,
|
||||
icon: 'faBell',
|
||||
inputs: [
|
||||
|
|
@ -71,6 +71,7 @@ const plugin = async (args:IpluginInputArgs):Promise<IpluginOutputArgs> => {
|
|||
inputFileObj: args.inputFileObj,
|
||||
logFullCliOutput: args.logFullCliOutput,
|
||||
updateWorker: args.updateWorker,
|
||||
args,
|
||||
});
|
||||
|
||||
const res = await cli.runCli();
|
||||
|
|
|
|||
|
|
@ -251,6 +251,7 @@ const plugin = async (args: IpluginInputArgs): Promise<IpluginOutputArgs> => {
|
|||
inputFileObj: args.inputFileObj,
|
||||
logFullCliOutput: args.logFullCliOutput,
|
||||
updateWorker: args.updateWorker,
|
||||
args,
|
||||
});
|
||||
|
||||
const res = await cli.runCli();
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@ const plugin = async (args:IpluginInputArgs):Promise<IpluginOutputArgs> => {
|
|||
inputFileObj: args.inputFileObj,
|
||||
logFullCliOutput: args.logFullCliOutput,
|
||||
updateWorker: args.updateWorker,
|
||||
args,
|
||||
});
|
||||
|
||||
const res = await cli.runCli();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue