mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-03 07:15:24 +00:00
Fixed: Mapping Author GR ID from import lists to AuthorGoodReadsId
This commit is contained in:
committed by
bakerboy448
parent
c67f67109e
commit
9005860899
@@ -184,7 +184,7 @@ namespace NzbDrone.Core.ImportLists
|
|||||||
report.BookGoodreadsId = remoteBook.ForeignBookId;
|
report.BookGoodreadsId = remoteBook.ForeignBookId;
|
||||||
report.Book = remoteBook.Title;
|
report.Book = remoteBook.Title;
|
||||||
report.Author ??= remoteBook.AuthorMetadata.Value.Name;
|
report.Author ??= remoteBook.AuthorMetadata.Value.Name;
|
||||||
report.AuthorGoodreadsId ??= remoteBook.AuthorMetadata.Value.Name;
|
report.AuthorGoodreadsId ??= remoteBook.AuthorMetadata.Value.ForeignAuthorId;
|
||||||
}
|
}
|
||||||
catch (BookNotFoundException)
|
catch (BookNotFoundException)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user