mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-13 09:20:27 -07:00
Add Remove From Tdarr
This commit is contained in:
parent
04eca085ab
commit
45bfe77d74
2 changed files with 49 additions and 1 deletions
|
|
@ -111,7 +111,8 @@ export interface Ivariables {
|
|||
user: Record<string, string>,
|
||||
healthCheck?: 'Success',
|
||||
queueTags?: string,
|
||||
liveSizeCompare?: IliveSizeCompare
|
||||
liveSizeCompare?: IliveSizeCompare,
|
||||
removeFromTdarr?: boolean,
|
||||
}
|
||||
|
||||
export interface IpluginOutputArgs {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue