Bump Subsonic API compatibility to 1.13

This commit is contained in:
Deluan 2020-10-20 22:54:37 -04:00
parent 049ac70b2b
commit 2f11c2dc8f

View File

@ -18,7 +18,7 @@ import (
"github.com/go-chi/chi/middleware" "github.com/go-chi/chi/middleware"
) )
const Version = "1.12.0" const Version = "1.13.0"
type Handler = func(http.ResponseWriter, *http.Request) (*responses.Subsonic, error) type Handler = func(http.ResponseWriter, *http.Request) (*responses.Subsonic, error)