mirror of
https://github.com/idanoo/autobrr
synced 2025-07-26 10:19:13 +00:00
feat(actions): qbt set re-announce opts (#261)
This commit is contained in:
parent
4d419abb72
commit
eb7ca3374e
7 changed files with 219 additions and 99 deletions
4
web/src/types/Filter.d.ts
vendored
4
web/src/types/Filter.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue