Some cleanup, adding missing context handling

This commit is contained in:
Deluan
2022-12-06 19:57:47 -05:00
parent 55ba39cb79
commit c5f7cf97f4
4 changed files with 22 additions and 28 deletions
-6
View File
@@ -6,12 +6,6 @@ import (
"github.com/navidrome/navidrome/server/subsonic/responses"
)
type SystemController struct{}
func NewSystemController() *SystemController {
return &SystemController{}
}
func (api *Router) Ping(_ *http.Request) (*responses.Subsonic, error) {
return newResponse(), nil
}