Fix:User accessible libraries #84

This commit is contained in:
advplyr
2022-01-16 14:14:02 -06:00
parent a2031f1d88
commit c07b527a1d
7 changed files with 48 additions and 54 deletions
+2 -1
View File
@@ -56,7 +56,8 @@ export default {
this.initSocketListeners()
// Load libraries
this.$store.dispatch('libraries/load')
await this.$store.dispatch('libraries/load')
this.$eventBus.$emit('library-changed')
this.$store.dispatch('libraries/fetch', this.currentLibraryId)
} else {
this.removeSocketListeners()