mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 12:29:17 +02:00
Fixed redirection
This commit is contained in:
parent
f3b6bc1029
commit
ec52aa040d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue