mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
Cleanup Conflicts in Sonarr/Lidarr Pulls
Co-Authored-By: Robin Dadswell <19610103+RobinDadswell@users.noreply.github.com>
This commit is contained in:
@@ -50,9 +50,9 @@ namespace NzbDrone.Core.Download
|
||||
return;
|
||||
}
|
||||
|
||||
var albumsInArtist = _bookService.GetBooksByAuthor(message.AuthorId);
|
||||
var booksInAuthor = _bookService.GetBooksByAuthor(message.AuthorId);
|
||||
|
||||
if (message.BookIds.Count == albumsInArtist.Count)
|
||||
if (message.BookIds.Count == booksInAuthor.Count)
|
||||
{
|
||||
_logger.Debug("Failed download was entire author, searching again");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user