mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-08 22:05:23 +02:00
Fix:Bookshelf rebuild when server settings are set (race condition) #247
This commit is contained in:
@@ -126,6 +126,8 @@ export default {
|
||||
this.$store.commit('users/updateUser', user)
|
||||
})
|
||||
}
|
||||
|
||||
this.$eventBus.$emit('socket_init')
|
||||
},
|
||||
streamOpen(stream) {
|
||||
if (this.$refs.streamContainer) this.$refs.streamContainer.streamOpen(stream)
|
||||
|
||||
Reference in New Issue
Block a user