Cleanup & start of abs metadata file

This commit is contained in:
advplyr 2022-02-10 17:05:15 -06:00
parent 8a0508342b
commit 30e0cc4c07
4 changed files with 41 additions and 13 deletions

View file

@ -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