load playlist content into result
This commit is contained in:
parent
bddc82399b
commit
bb19b095b6
3 changed files with 50 additions and 1 deletions
|
@ -92,6 +92,7 @@ func main() {
|
|||
g.GET("/queue/delete/:song_id", deleteTrackFromQueue)
|
||||
|
||||
g.GET("/playlists", listPlaylists)
|
||||
g.GET("/playlists/:name", listPlaylist)
|
||||
|
||||
g.GET("/download", downloadTrack)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue