mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-02 17:24:57 +02:00
This commit is contained in:
parent
c7b0e1e2a2
commit
fa8d02c729
8 changed files with 150 additions and 6 deletions
|
@ -86,7 +86,7 @@ export default {
|
|||
return Object.values(this.$store.state.user.user.audiobooks || {})
|
||||
},
|
||||
userAudiobooksRead() {
|
||||
return this.userAudiobooks.map((ab) => !!ab.isRead)
|
||||
return this.userAudiobooks.filter((ab) => !!ab.isRead)
|
||||
},
|
||||
genresWithCount() {
|
||||
var genresMap = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue