mirror of
https://github.com/Readarr/Readarr
synced 2025-12-20 23:35:13 +01: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}");
|
||||
|
||||
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…
Reference in a new issue