mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-02 18:14:47 +02:00
Fix:Set server settings after user logs in
This commit is contained in:
parent
db1d6da491
commit
7188089f63
4 changed files with 4 additions and 12 deletions
|
@ -80,9 +80,6 @@ class ServerSocket extends EventEmitter {
|
|||
|
||||
onInit(data) {
|
||||
console.log('[SOCKET] Initial socket data received', data)
|
||||
if (data.serverSettings) {
|
||||
this.$store.commit('setServerSettings', data.serverSettings)
|
||||
}
|
||||
this.emit('initialized', true)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue