mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-05 10:35:42 +02:00
Fix:Playlist tab not shown after adding first playlist #1092
This commit is contained in:
parent
c04c7a55d9
commit
da3882fd5e
3 changed files with 10 additions and 8 deletions
|
@ -212,8 +212,7 @@ export default {
|
|||
}
|
||||
},
|
||||
userUpdated(user) {
|
||||
// console.log('[default] userUpdated:', JSON.stringify(user))
|
||||
if (this.user && this.user.id == user.id) {
|
||||
if (this.user?.id == user.id) {
|
||||
this.$store.commit('user/setUser', user)
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue