mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Fixed: Removed unnecessary author data from book endpoint
This commit is contained in:
@@ -439,7 +439,7 @@ namespace NzbDrone.Core.MetadataSource.BookInfo
|
||||
var edition = book.Editions.Value.SingleOrDefault(e => e.ForeignEditionId == id.ToString());
|
||||
|
||||
trimmed.Editions = new List<Edition> { edition };
|
||||
return trimmed;
|
||||
book = trimmed;
|
||||
}
|
||||
|
||||
var authorDict = authors.ToDictionary(x => x.ForeignAuthorId);
|
||||
|
||||
Reference in New Issue
Block a user