mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-05 13:37:38 +03:00
star/unstar implemented
This commit is contained in:
parent
b25cfd96eb
commit
c50b0bdc48
6 changed files with 98 additions and 4 deletions
|
@ -89,6 +89,10 @@ func (c *BaseAPIController) SendError(errorCode int, message ...interface{}) {
|
|||
c.CustomAbort(200, xml.Header+string(xmlBody))
|
||||
}
|
||||
|
||||
func (c *BaseAPIController) SendEmptyResponse() {
|
||||
c.SendResponse(c.NewEmpty())
|
||||
}
|
||||
|
||||
func (c *BaseAPIController) SendResponse(response responses.Subsonic) {
|
||||
f := c.GetString("f")
|
||||
switch f {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue