mirror of
https://github.com/Readarr/Readarr
synced 2026-05-09 05:21:41 +02:00
Fixed: Exception syncing goodreads list
This commit is contained in:
parent
9beafd5265
commit
134e13190d
1 changed files with 0 additions and 1 deletions
|
|
@ -157,7 +157,6 @@ private void MapAlbumReport(ImportListItemInfo report)
|
||||||
|
|
||||||
_logger.Trace($"Mapped {report.EditionGoodreadsId} to {mappedAlbum}");
|
_logger.Trace($"Mapped {report.EditionGoodreadsId} to {mappedAlbum}");
|
||||||
|
|
||||||
report.EditionGoodreadsId = mappedAlbum.Editions.Value.Single(x => x.Monitored).ForeignEditionId;
|
|
||||||
report.BookGoodreadsId = mappedAlbum.ForeignBookId;
|
report.BookGoodreadsId = mappedAlbum.ForeignBookId;
|
||||||
report.Book = mappedAlbum.Title;
|
report.Book = mappedAlbum.Title;
|
||||||
report.Author = mappedAlbum.AuthorMetadata?.Value?.Name;
|
report.Author = mappedAlbum.AuthorMetadata?.Value?.Name;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue