Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jovuit
funkwhale_OLD
Commits
ec52aa04
Verified
Commit
ec52aa04
authored
Jul 27, 2018
by
Eliot Berriot
Browse files
Fixed redirection
parent
f3b6bc10
Changes
1
Hide whitespace changes
Inline
Side-by-side
front/src/components/audio/PlayButton.vue
View file @
ec52aa04
...
...
@@ -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
}))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment