mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
fix(feeds): torznab update and delete (#346)
* fix(feeds): torznab update and delete * fix(feeds): repo cache exists check err
This commit is contained in:
parent
72d4942104
commit
c1df9c817f
6 changed files with 90 additions and 34 deletions
|
@ -199,6 +199,8 @@ func (s *service) Process(release *domain.Release) {
|
|||
}
|
||||
|
||||
func (s *service) ProcessMultiple(releases []*domain.Release) {
|
||||
s.log.Debug().Msgf("process (%v) new releases from feed", len(releases))
|
||||
|
||||
for _, rls := range releases {
|
||||
if rls == nil {
|
||||
continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue