Merge branch 'master' into pr/723

This commit is contained in:
HaveAGitGat 2025-02-05 17:36:54 +00:00
commit 049d4ec38c
17 changed files with 579 additions and 46 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 {