Add initial support for OpenSubsonic. (#2302)

This commit is contained in:
Deluan Quintão
2023-04-08 13:25:37 -04:00
committed by GitHub
parent 2e01063429
commit 9154e44eb4
87 changed files with 117 additions and 85 deletions
+3
View File
@@ -175,6 +175,9 @@ func (api *Router) routes() http.Handler {
} else {
h501(r, "getShares", "createShare", "updateShare", "deleteShare")
}
r.Group(func(r chi.Router) {
h(r, "getOpenSubsonicExtensions", api.GetOpenSubsonicExtensions)
})
// Not Implemented (yet?)
h501(r, "jukeboxControl")