Bump Subsonic API to 1.16.1

This commit is contained in:
Deluan 2020-11-01 17:04:53 -05:00
parent 8e584ee020
commit 71b77cba2b

View File

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