Fixed spotify playlists not showing un in favorites tab
This commit is contained in:
parent
fc899376e6
commit
03da7e24df
File diff suppressed because one or more lines are too long
@ -81,7 +81,7 @@ const getters = {
|
||||
getClientMode: state => state.clientMode,
|
||||
|
||||
isLoggedIn: state => !!state.arl,
|
||||
isLoggedWithSpotify: state => !!state.spotifyUser.id && !!state.spotifyUser.name
|
||||
isLoggedWithSpotify: state => !!state.spotifyUser.id
|
||||
}
|
||||
|
||||
const mutations = {
|
||||
|
Loading…
Reference in New Issue
Block a user