diff --git a/src/NzbDrone.Core/ImportLists/ImportListSyncService.cs b/src/NzbDrone.Core/ImportLists/ImportListSyncService.cs index 2054e520b..dd3e645ad 100644 --- a/src/NzbDrone.Core/ImportLists/ImportListSyncService.cs +++ b/src/NzbDrone.Core/ImportLists/ImportListSyncService.cs @@ -184,7 +184,7 @@ namespace NzbDrone.Core.ImportLists report.BookGoodreadsId = remoteBook.ForeignBookId; report.Book = remoteBook.Title; report.Author ??= remoteBook.AuthorMetadata.Value.Name; - report.AuthorGoodreadsId ??= remoteBook.AuthorMetadata.Value.Name; + report.AuthorGoodreadsId ??= remoteBook.AuthorMetadata.Value.ForeignAuthorId; } catch (BookNotFoundException) {