mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-13 10:55:05 +02:00
Fix:Stream container not opening on mount
This commit is contained in:
parent
d0d19ed1ad
commit
4778d09501
4 changed files with 15 additions and 4 deletions
|
@ -118,7 +118,7 @@ module.exports = {
|
|||
userAudiobook: user.getAudiobookJSON(book.id),
|
||||
book
|
||||
}
|
||||
})
|
||||
}).filter(b => !!b.userAudiobook)
|
||||
},
|
||||
|
||||
getBooksMostRecentlyRead(booksWithUserAb, limit, minified = false) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue