mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 08:49:13 +00:00
fix(indexers): delete feed with indexer (#1810)
* fix(indexers): delete feed in one go * fix(indexers): sort imports * refactor(feeds): db methods for find
This commit is contained in:
parent
41216babe6
commit
40fe3e9f54
10 changed files with 167 additions and 92 deletions
|
@ -127,7 +127,7 @@ func (s *service) RunAction(ctx context.Context, action *domain.Action, release
|
|||
}
|
||||
|
||||
// send separate event for notifications
|
||||
s.bus.Publish("events:notification", &payload.Event, payload)
|
||||
s.bus.Publish(domain.EventNotificationSend, &payload.Event, payload)
|
||||
|
||||
return rejections, err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue