Fix:Quick match not removing empty series/authors #3743

This commit is contained in:
advplyr 2024-12-22 10:58:22 -06:00
parent 7eb315a371
commit 5fa263023f
5 changed files with 98 additions and 31 deletions

View file

@ -342,7 +342,6 @@ class RssFeedManager {
}
})
if (!feed) {
Logger.warn(`[RssFeedManager] closeFeedForEntityId: Feed not found for entity id ${entityId}`)
return false
}
return this.handleCloseFeed(feed)