Skip to content

Commit

Permalink
feat(subsonic): return http form post opensubsonic extension key
Browse files Browse the repository at this point in the history
  • Loading branch information
sentriz committed Dec 3, 2023
1 parent 5b5572d commit e8ae1c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/ctrlsubsonic/handlers_common.go
Expand Up @@ -40,6 +40,7 @@ func (c *Controller) ServeGetOpenSubsonicExtensions(_ *http.Request) *spec.Respo
sub := spec.NewResponse()
sub.OpenSubsonicExtensions = &spec.OpenSubsonicExtensions{
{Name: "transcodeOffset", Versions: []int{1}},
{Name: "formPost", Versions: []int{1}},
}
return sub
}
Expand Down

0 comments on commit e8ae1c1

Please sign in to comment.