mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-07-30 00:18:43 +02:00
Fix:Load libraries on connect
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "audiobookshelf-app",
|
||||
"version": "v0.9.32-beta",
|
||||
"version": "0.9.32-beta",
|
||||
"author": "advplyr",
|
||||
"scripts": {
|
||||
"dev": "nuxt --hostname localhost --port 1337",
|
||||
|
||||
Reference in New Issue
Block a user