diff --git a/src/NzbDrone.Core/ImportLists/ImportListSyncService.cs b/src/NzbDrone.Core/ImportLists/ImportListSyncService.cs index c359b5688..cd6331128 100644 --- a/src/NzbDrone.Core/ImportLists/ImportListSyncService.cs +++ b/src/NzbDrone.Core/ImportLists/ImportListSyncService.cs @@ -157,7 +157,6 @@ namespace NzbDrone.Core.ImportLists _logger.Trace($"Mapped {report.EditionGoodreadsId} to {mappedAlbum}"); - report.EditionGoodreadsId = mappedAlbum.Editions.Value.Single(x => x.Monitored).ForeignEditionId; report.BookGoodreadsId = mappedAlbum.ForeignBookId; report.Book = mappedAlbum.Title; report.Author = mappedAlbum.AuthorMetadata?.Value?.Name;