Fixed: Error fetching metadata when redirected to work endpoint

pull/1461/head
ta264 3 years ago
parent b4b14a5359
commit 90d671d68d

@ -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);

Loading…
Cancel
Save