add some unimplemented routes

This commit is contained in:
sentriz
2020-02-09 15:17:02 +00:00
parent 49228f245c
commit e8abe08770
4 changed files with 77 additions and 15 deletions

View File

@@ -211,3 +211,11 @@ func (c *Controller) ServeDeletePlaylist(r *http.Request) *spec.Response {
Delete(&model.Playlist{})
return spec.NewResponse()
}
func (c *Controller) ServeGetPlayQueue(r *http.Request) *spec.Response {
return spec.NewResponse()
}
func (c *Controller) ServeSavePlayQueue(r *http.Request) *spec.Response {
return spec.NewResponse()
}