mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-20 13:53:19 +01:00
Fix:Stream container not opening on mount
This commit is contained in:
@@ -118,7 +118,7 @@ module.exports = {
|
||||
userAudiobook: user.getAudiobookJSON(book.id),
|
||||
book
|
||||
}
|
||||
})
|
||||
}).filter(b => !!b.userAudiobook)
|
||||
},
|
||||
|
||||
getBooksMostRecentlyRead(booksWithUserAb, limit, minified = false) {
|
||||
|
||||
Reference in New Issue
Block a user