mirror of
https://github.com/idanoo/autobrr
synced 2025-07-25 09:49:13 +00:00
feat(clients): override arr download client by name (#1328)
* feat(clients): override arr client by name * feat(clients): add missing file * feat(clients): add section download client arr
This commit is contained in:
parent
45b522abf8
commit
fbabdfb217
22 changed files with 143 additions and 49 deletions
1
web/src/types/Download.d.ts
vendored
1
web/src/types/Download.d.ts
vendored
|
@ -49,6 +49,7 @@ interface DownloadClientSettings {
|
|||
basic?: DownloadClientBasicAuth;
|
||||
rules?: DownloadClientRules;
|
||||
external_download_client_id?: number;
|
||||
external_download_client?: string;
|
||||
}
|
||||
|
||||
interface DownloadClient {
|
||||
|
|
1
web/src/types/Filter.d.ts
vendored
1
web/src/types/Filter.d.ts
vendored
|
@ -105,6 +105,7 @@ interface Action {
|
|||
webhook_data: string,
|
||||
webhook_headers: string[];
|
||||
external_download_client_id?: number;
|
||||
external_download_client?: string;
|
||||
client_id?: number;
|
||||
filter_id?: number;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue