[web] Fix opening of Spotify playlists

This commit is contained in:
Alain Nussbaumer 2024-08-22 22:05:29 +02:00
parent 028adbaa1c
commit f54a435d15
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ const dataObject = {
spotifyApi.getPlaylist(to.params.id),
spotifyApi.getPlaylistTracks(to.params.id, {
limit: PAGE_SIZE,
market: useServicesStore().state.spotify.webapi_country,
market: useServicesStore().$state.spotify.webapi_country,
offset: 0
})
])