mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-31 15:19:42 +02:00
Cleanup & start of abs metadata file
This commit is contained in:
parent
8a0508342b
commit
30e0cc4c07
4 changed files with 41 additions and 13 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