forgot to include ratings for editions
This commit is contained in:
parent
338fea341f
commit
979ed6804f
1 changed files with 1 additions and 0 deletions
|
|
@ -261,6 +261,7 @@ export class OpenLibraryAPI extends APIModel {
|
||||||
plot: this.pickDescription(search?.description),
|
plot: this.pickDescription(search?.description),
|
||||||
genres: search?.subject,
|
genres: search?.subject,
|
||||||
pages,
|
pages,
|
||||||
|
onlineRating: search?.ratings_average,
|
||||||
image: coverId ? `https://covers.openlibrary.org/b/id/${coverId}-L.jpg` : undefined,
|
image: coverId ? `https://covers.openlibrary.org/b/id/${coverId}-L.jpg` : undefined,
|
||||||
released: true,
|
released: true,
|
||||||
userData: {
|
userData: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue