mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-02 17:00:39 +02:00
Update:Continue Reading and Read Again home page shelves for ebook only items #1782
This commit is contained in:
@@ -142,6 +142,9 @@ class Book {
|
||||
get numTracks() {
|
||||
return this.tracks.length
|
||||
}
|
||||
get isEBookOnly() {
|
||||
return this.ebookFile && !this.numTracks
|
||||
}
|
||||
|
||||
update(payload) {
|
||||
const json = this.toJSON()
|
||||
|
||||
Reference in New Issue
Block a user