mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-12 23:14:48 +02:00
Fix:Load libraries on connect
This commit is contained in:
parent
ab531edac2
commit
f180fc792f
2 changed files with 2 additions and 2 deletions
|
@ -379,7 +379,7 @@ export default {
|
||||||
|
|
||||||
if (this.$server.connected) {
|
if (this.$server.connected) {
|
||||||
console.log('Syncing on default mount')
|
console.log('Syncing on default mount')
|
||||||
this.$store.dispatch('user/syncUserAudiobookData')
|
this.connected(true)
|
||||||
}
|
}
|
||||||
this.$server.on('logout', this.userLoggedOut)
|
this.$server.on('logout', this.userLoggedOut)
|
||||||
this.$server.on('connected', this.connected)
|
this.$server.on('connected', this.connected)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "audiobookshelf-app",
|
"name": "audiobookshelf-app",
|
||||||
"version": "v0.9.32-beta",
|
"version": "0.9.32-beta",
|
||||||
"author": "advplyr",
|
"author": "advplyr",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "nuxt --hostname localhost --port 1337",
|
"dev": "nuxt --hostname localhost --port 1337",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue