Fix:Initial audiobook progress sync, Fix:Reset stream on logout

This commit is contained in:
advplyr
2021-11-20 19:25:01 -06:00
parent 6bb8dfeffa
commit f5d455feb1
13 changed files with 157 additions and 142 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ export default {
},
computed: {
books() {
return this.$store.getters['audiobooks/getFilteredAndSorted']()
// return this.$store.getters['audiobooks/getFilteredAndSorted']()
return this.$store.state.audiobooks.audiobooks
},
booksWithUserAbData() {
var books = this.books.map((b) => {