Add Remove From Tdarr

This commit is contained in:
HaveAGitGat 2025-02-03 17:29:02 +00:00
parent 04eca085ab
commit 45bfe77d74
2 changed files with 49 additions and 1 deletions

View file

@ -111,7 +111,8 @@ export interface Ivariables {
user: Record<string, string>,
healthCheck?: 'Success',
queueTags?: string,
liveSizeCompare?: IliveSizeCompare
liveSizeCompare?: IliveSizeCompare,
removeFromTdarr?: boolean,
}
export interface IpluginOutputArgs {