mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2024-12-29 10:56:05 +00:00
Fixed spotify playlist loading in ui
This commit is contained in:
parent
8479bf328c
commit
bd22aef8cc
File diff suppressed because one or more lines are too long
|
@ -22,7 +22,7 @@ function refreshFavorites({ isInitial = false }) {
|
|||
fetchData('getUserSpotifyPlaylists', {
|
||||
spotifyUser: store.getters.getSpotifyUser.id
|
||||
})
|
||||
.then(({ data: spotifyPlaylists }) => {
|
||||
.then(spotifyPlaylists => {
|
||||
favoriteSpotifyPlaylists.value = spotifyPlaylists
|
||||
})
|
||||
.catch(console.error)
|
||||
|
|
Loading…
Reference in a new issue