mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-03 09:44:41 +02:00
Fix:Bookshelf rebuild when server settings are set (race condition) #247
This commit is contained in:
parent
c89319ffc5
commit
43668cfe03
2 changed files with 14 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue