mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-13 01:10:27 -07:00
Add Create Low Resolution Video Copies
This commit is contained in:
parent
a7d262f39c
commit
4b9bfa38d2
5 changed files with 829 additions and 3 deletions
|
|
@ -123,3 +123,13 @@ export interface IpluginInputArgs {
|
|||
mvdir: any
|
||||
},
|
||||
}
|
||||
|
||||
export interface IflowTemplate {
|
||||
name: string,
|
||||
description: string,
|
||||
tags: string,
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
flowPlugins:any[],
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
flowEdges: any[],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue