Fixed redirection
This commit is contained in:
parent
f3b6bc1029
commit
ec52aa040d
|
@ -110,7 +110,7 @@ export default {
|
|||
resolve(self.tracks)
|
||||
} else if (self.playlist) {
|
||||
let url = 'playlists/' + self.playlist.id + '/'
|
||||
axios.get(url + 'tracks').then((response) => {
|
||||
axios.get(url + 'tracks/').then((response) => {
|
||||
resolve(response.data.results.map(plt => {
|
||||
return plt.track
|
||||
}))
|
||||
|
|
Loading…
Reference in New Issue