mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Alternative metadata source
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user