mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39: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
|
@ -53,6 +53,7 @@ type Action struct {
|
|||
WebhookData string `json:"webhook_data,omitempty"`
|
||||
WebhookHeaders []string `json:"webhook_headers,omitempty"`
|
||||
ExternalDownloadClientID int32 `json:"external_download_client_id,omitempty"`
|
||||
ExternalDownloadClient string `json:"external_download_client,omitempty"`
|
||||
FilterID int `json:"filter_id,omitempty"`
|
||||
ClientID int32 `json:"client_id,omitempty"`
|
||||
Client *DownloadClient `json:"client,omitempty"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue