mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-11 23:13:24 -05:00
[web] Fix opening of Spotify playlists
This commit is contained in:
parent
028adbaa1c
commit
f54a435d15
@ -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
|
||||
})
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user