Bump Subsonic API compatibility to 1.13
This commit is contained in:
parent
049ac70b2b
commit
2f11c2dc8f
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue