mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
feat(download-clients): porla implement rules (#711)
* feat(downloadclients): Porla implement rules * feat(downloadclients): Porla add basic auth support * feat(porla): use new token for auth * feat(porla): update check can download rules
This commit is contained in:
parent
209e23de4f
commit
d100703784
9 changed files with 248 additions and 59 deletions
|
@ -61,7 +61,7 @@ func (s *service) RunAction(ctx context.Context, action *domain.Action, release
|
|||
rejections, err = s.transmission(ctx, action, release)
|
||||
|
||||
case domain.ActionTypePorla:
|
||||
rejections, err = s.porla(*action, release)
|
||||
rejections, err = s.porla(ctx, action, release)
|
||||
|
||||
case domain.ActionTypeRadarr:
|
||||
rejections, err = s.radarr(ctx, action, release)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue