|
|
@ -172,6 +172,8 @@ namespace NzbDrone.Core.MediaFiles.BookImport.Identification
|
|
|
|
if (authorTags.Any())
|
|
|
|
if (authorTags.Any())
|
|
|
|
{
|
|
|
|
{
|
|
|
|
foreach (var authorTag in authorTags)
|
|
|
|
foreach (var authorTag in authorTags)
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
if (authorTag.IsNotNullOrWhiteSpace())
|
|
|
|
{
|
|
|
|
{
|
|
|
|
var possibleAuthors = _authorService.GetCandidates(authorTag);
|
|
|
|
var possibleAuthors = _authorService.GetCandidates(authorTag);
|
|
|
|
foreach (var author in possibleAuthors)
|
|
|
|
foreach (var author in possibleAuthors)
|
|
|
@ -180,6 +182,7 @@ namespace NzbDrone.Core.MediaFiles.BookImport.Identification
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
return candidateReleases;
|
|
|
|
return candidateReleases;
|
|
|
|
}
|
|
|
|
}
|
|
|
|