mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-29 14:47:21 +02:00
Fix:Initial audiobook progress sync, Fix:Reset stream on logout
This commit is contained in:
+1
-1
@@ -320,7 +320,7 @@ export default {
|
||||
if (!this.$server) return console.error('No Server')
|
||||
// console.log(`Default Mounted set SOCKET listeners ${this.$server.connected}`)
|
||||
|
||||
if (!this.$server.connected) {
|
||||
if (this.$server.connected) {
|
||||
console.log('Syncing on default mount')
|
||||
this.$store.dispatch('user/syncUserAudiobookData')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user