From 134e13190d88557afa67f991e81ef494bc8cb1ce Mon Sep 17 00:00:00 2001 From: ta264 Date: Mon, 18 Jan 2021 20:09:28 +0000 Subject: [PATCH] Fixed: Exception syncing goodreads list --- src/NzbDrone.Core/ImportLists/ImportListSyncService.cs | 1 - 1 file changed, 1 deletion(-) 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;