mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-25 14:37:59 +01:00
Fix returning of cached tracks
This commit is contained in:
parent
629b9913ce
commit
65159f31a3
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ class TracksController extends ApiControllerBase
|
|||
$url = null;
|
||||
}
|
||||
|
||||
return Response::json(['url' => $url], 200);
|
||||
}
|
||||
|
||||
public function getIndex()
|
||||
|
|
Loading…
Reference in a new issue