Fixed spotify playlists not showing un in favorites tab

This commit is contained in:
RemixDev 2021-06-09 12:56:04 +02:00
parent fc899376e6
commit 03da7e24df
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -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 = {