mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
feat(downloadclient): set downloadClientId for arr clients (#1081)
feat(downloadclient): arrs set downloadClientId
This commit is contained in:
parent
1bfbe38335
commit
0d3e10f094
22 changed files with 154 additions and 66 deletions
|
@ -92,8 +92,7 @@ func (s *service) RunAction(ctx context.Context, action *domain.Action, release
|
|||
rejections, err = s.sabnzbd(ctx, action, *release)
|
||||
|
||||
default:
|
||||
s.log.Warn().Msgf("unsupported action type: %v", action.Type)
|
||||
return rejections, err
|
||||
return nil, errors.New("unsupported action type: %s", action.Type)
|
||||
}
|
||||
|
||||
payload := &domain.NotificationPayload{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue