star/unstar implemented
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ import "github.com/deluan/gosonic/api/responses"
|
||||
type SystemController struct{ BaseAPIController }
|
||||
|
||||
func (c *SystemController) Ping() {
|
||||
c.SendResponse(c.NewEmpty())
|
||||
c.SendEmptyResponse()
|
||||
}
|
||||
|
||||
func (c *SystemController) GetLicense() {
|
||||
|
||||
Reference in New Issue
Block a user