mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-12 14:59:37 +00:00
Update:Continue Reading and Read Again home page shelves for ebook only items #1782
This commit is contained in:
parent
1da471e136
commit
3e4c94e2b4
16 changed files with 132 additions and 95 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue