mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-05 20:41:57 +02:00
Lazy bookshelf finalized
This commit is contained in:
@@ -83,7 +83,7 @@ export default {
|
||||
},
|
||||
playableBooks() {
|
||||
return this.bookItems.filter((book) => {
|
||||
return !book.isMissing && !book.isIncomplete && book.numTracks
|
||||
return !book.isMissing && !book.isInvalid && book.numTracks
|
||||
})
|
||||
},
|
||||
streaming() {
|
||||
|
||||
Reference in New Issue
Block a user