mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-01 14:29:04 +00:00
Fixed: Exception syncing goodreads list
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user