Alternative metadata source

This commit is contained in:
BookInfo
2021-11-09 21:35:00 +00:00
committed by ta264
parent 225f0b310a
commit 6bdfe01fbc
31 changed files with 455 additions and 622 deletions
@@ -97,7 +97,7 @@ namespace NzbDrone.Core.Books
try
{
author = _authorInfo.GetAuthorInfo(newAuthor.Metadata.Value.ForeignAuthorId);
author = _authorInfo.GetAuthorInfo(newAuthor.Metadata.Value.ForeignAuthorId, includeBooks: false);
}
catch (AuthorNotFoundException)
{