mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
fix(downloadclients): remove from filter actions on delete (#891)
fix(downloadclients): properly delete from filter actions
This commit is contained in:
parent
91e4f5b435
commit
64900c4d56
3 changed files with 59 additions and 6 deletions
|
@ -49,7 +49,7 @@ type Action struct {
|
|||
WebhookHeaders []string `json:"webhook_headers,omitempty"`
|
||||
FilterID int `json:"filter_id,omitempty"`
|
||||
ClientID int32 `json:"client_id,omitempty"`
|
||||
Client DownloadClient `json:"client,omitempty"`
|
||||
Client *DownloadClient `json:"client,omitempty"`
|
||||
}
|
||||
|
||||
// ParseMacros parse all macros on action
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue