mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-27 03:31:46 +00:00
Merge master
This commit is contained in:
commit
b212f1d5bb
9 changed files with 84 additions and 27 deletions
|
|
@ -47,6 +47,7 @@ class Book {
|
|||
get _language() { return this.language || '' }
|
||||
get _isbn() { return this.isbn || '' }
|
||||
get _asin() { return this.asin || '' }
|
||||
get genresCommaSeparated() { return this._genres.join(', ') }
|
||||
|
||||
get shouldSearchForCover() {
|
||||
if (this.cover) return false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue