add attach playlist feature
This commit is contained in:
parent
aeaef11341
commit
1fc5dc2bf8
4 changed files with 23 additions and 2 deletions
|
@ -92,6 +92,7 @@ func main() {
|
|||
g.GET("/queue/:song_id/delete", deleteTrackFromQueue)
|
||||
g.GET("/queue/:song_id/move/:position", moveTrackInQueue)
|
||||
g.GET("/queue/replace/:playlist_name", replaceQueue)
|
||||
g.GET("/queue/attach/:playlist_name", attachPlaylist)
|
||||
|
||||
g.GET("/playlists", listPlaylists)
|
||||
g.GET("/playlists/:name", listPlaylist)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue