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', {
|
fetchData('getUserSpotifyPlaylists', {
|
||||||
spotifyUser: store.getters.getSpotifyUser.id
|
spotifyUser: store.getters.getSpotifyUser.id
|
||||||
})
|
})
|
||||||
.then(({ data: spotifyPlaylists }) => {
|
.then(spotifyPlaylists => {
|
||||||
favoriteSpotifyPlaylists.value = spotifyPlaylists
|
favoriteSpotifyPlaylists.value = spotifyPlaylists
|
||||||
})
|
})
|
||||||
.catch(console.error)
|
.catch(console.error)
|
||||||
|
Loading…
Reference in New Issue
Block a user