star/unstar implemented

This commit is contained in:
Deluan
2016-03-23 17:46:54 -04:00
parent b25cfd96eb
commit c50b0bdc48
6 changed files with 98 additions and 4 deletions
+1 -1
View File
@@ -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() {