mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2024-12-29 10:56:05 +00:00
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 a new issue