Add:Lazy bookshelf

This commit is contained in:
advplyr 2021-12-04 19:56:29 -06:00
parent 446c6756ed
commit 37d3021302
43 changed files with 2264 additions and 666 deletions

View file

@ -53,10 +53,8 @@ export default {
methods: {
async clickedOption(lib) {
this.show = false
this.$store.commit('libraries/setCurrentLibrary', lib.id)
await this.$store.dispatch('audiobooks/load')
await this.$store.dispatch('libraries/fetch', lib.id)
this.$eventBus.$emit('library-changed', lib.id)
this.$localStore.setCurrentLibrary(lib)
}
},