mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-26 09:44:38 +00:00
Fixed: Error fetching metadata when redirected to work endpoint
This commit is contained in:
@@ -337,7 +337,7 @@ namespace NzbDrone.Core.MetadataSource.BookInfo
|
||||
book = author.Books.Value.Where(b => b.Editions.Value.Any(e => e.ForeignEditionId == id.ToString())).FirstOrDefault();
|
||||
authors = new List<AuthorMetadata> { author.Metadata.Value };
|
||||
}
|
||||
else if (type == "book")
|
||||
else if (type == "work")
|
||||
{
|
||||
var tuple = PollBook(newId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user