mirror of
https://github.com/koel/koel
synced 2024-11-24 21:23:06 +00:00
Merge branch 'master' of github.com:phanan/koel
This commit is contained in:
commit
8505539145
1 changed files with 3 additions and 3 deletions
|
@ -80,9 +80,9 @@ class PlaylistController extends Controller
|
||||||
/**
|
/**
|
||||||
* Get a playlist's all songs.
|
* Get a playlist's all songs.
|
||||||
*
|
*
|
||||||
* @param Request $request
|
* @param Request $request
|
||||||
* @param Playlist $playlist
|
* @param Playlist $playlist
|
||||||
|
*
|
||||||
* @return JsonResponse
|
* @return JsonResponse
|
||||||
*/
|
*/
|
||||||
public function getSongs(Request $request, Playlist $playlist)
|
public function getSongs(Request $request, Playlist $playlist)
|
||||||
|
|
Loading…
Reference in a new issue