mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-01-28 13:59:39 +00:00
Update:Remove call to server for user settings, user settings stored locally
This commit is contained in:
parent
415dda37a4
commit
7852804a9c
8 changed files with 57 additions and 69 deletions
|
|
@ -280,7 +280,6 @@ export default {
|
|||
userUpdated(user) {
|
||||
if (this.$store.state.user.user.id === user.id) {
|
||||
this.$store.commit('user/setUser', user)
|
||||
this.$store.commit('user/setSettings', user.settings)
|
||||
}
|
||||
},
|
||||
userOnline(user) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue