add save playlist feature
This commit is contained in:
parent
26f230e039
commit
cdf12411a2
4 changed files with 30 additions and 7 deletions
|
@ -95,6 +95,7 @@ func main() {
|
|||
g.GET("/queue/attach/:playlist_name", attachPlaylist)
|
||||
|
||||
g.GET("/playlists", listPlaylists)
|
||||
g.POST("/playlists/:name", savePlaylist)
|
||||
g.GET("/playlists/:name", listPlaylist)
|
||||
g.DELETE("/playlists/:name", deletePlaylist)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue