Fix getOpenSubsonicExtensions endpoint
Match the current doc: https://opensubsonic.netlify.app/docs/endpoints/getopensubsonicextensions/ openSubsonicExtensions must be an array, not a struct
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
<subsonic-response xmlns="http://subsonic.org/restapi" status="ok" version="1.8.0" type="navidrome" serverVersion="v0.0.0" openSubsonic="true">
|
||||
<openSubsonicExtensions name="template">
|
||||
<versions>1</versions>
|
||||
<versions>2</versions>
|
||||
</openSubsonicExtensions>
|
||||
</subsonic-response>
|
||||
Reference in New Issue
Block a user