Fixed: Exception syncing goodreads list

pull/755/head
ta264 4 years ago
parent 9beafd5265
commit 134e13190d

@ -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;

Loading…
Cancel
Save