Fix:Load libraries on connect

This commit is contained in:
advplyr 2021-12-06 18:40:42 -06:00
parent ab531edac2
commit f180fc792f
2 changed files with 2 additions and 2 deletions

View file

@ -379,7 +379,7 @@ export default {
if (this.$server.connected) {
console.log('Syncing on default mount')
this.$store.dispatch('user/syncUserAudiobookData')
this.connected(true)
}
this.$server.on('logout', this.userLoggedOut)
this.$server.on('connected', this.connected)