feat(actions): qbt set re-announce opts (#261)

This commit is contained in:
Ludvig Lundgren 2022-05-01 21:11:54 +02:00 committed by GitHub
parent 4d419abb72
commit eb7ca3374e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 219 additions and 99 deletions

View file

@ -68,6 +68,10 @@ interface Action {
ignore_rules?: boolean;
limit_upload_speed?: number;
limit_download_speed?: number;
reannounce_skip: boolean;
reannounce_delete: boolean;
reannounce_interval: number;
reannounce_max_attempts: number;
webhook_host: string,
webhook_type: string;
webhook_method: string;