mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
Merged development into master
This commit is contained in:
commit
6fe661f32a
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@
|
|||
return Response::json([
|
||||
'id' => $track->id,
|
||||
'title' => $track->title,
|
||||
'description' => $track->description,
|
||||
'lyrics' => $track->lyrics,
|
||||
'user' => [
|
||||
'id' => $track->user->id,
|
||||
'name' => $track->user->display_name,
|
||||
|
|
Loading…
Reference in a new issue