mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
New: Release parser improvements
This commit is contained in:
-6
@@ -30,12 +30,6 @@ namespace NzbDrone.Core.DecisionEngine.Specifications.Search
|
||||
return Decision.Accept();
|
||||
}
|
||||
|
||||
if (Parser.Parser.CleanAuthorName(singleBookSpec.BookTitle) != Parser.Parser.CleanAuthorName(remoteBook.ParsedBookInfo.BookTitle))
|
||||
{
|
||||
_logger.Debug("Book does not match searched book title, skipping.");
|
||||
return Decision.Reject("Wrong book");
|
||||
}
|
||||
|
||||
if (!remoteBook.ParsedBookInfo.BookTitle.Any())
|
||||
{
|
||||
_logger.Debug("Full discography result during single book search, skipping.");
|
||||
|
||||
Reference in New Issue
Block a user