mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-08 21:24:57 -05:00
[web] Fix opening of Spotify playlists
This commit is contained in:
@@ -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
|
||||
})
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user