mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-27 03:31:46 +00:00
Update GoogleBooks.js
Updated line 28 to pull largest image available instead of the thumbnail
This commit is contained in:
parent
67db41a525
commit
4828b093f9
1 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ class GoogleBooks {
|
||||||
publisher,
|
publisher,
|
||||||
publishedYear: publisherDate ? publisherDate.split('-')[0] : null,
|
publishedYear: publisherDate ? publisherDate.split('-')[0] : null,
|
||||||
description,
|
description,
|
||||||
cover: imageLinks && imageLinks.thumbnail ? imageLinks.thumbnail : null,
|
cover: imageLinks && imageLinks.extraLarge ? imageLinks.extraLarge : null,
|
||||||
genres: categories && Array.isArray(categories) ? [...categories] : null,
|
genres: categories && Array.isArray(categories) ? [...categories] : null,
|
||||||
isbn: this.extractIsbn(industryIdentifiers)
|
isbn: this.extractIsbn(industryIdentifiers)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue