Emulate Subsonic API for third-party app benefit

"subsonic-response" is a magic word expected by third-party
applications, including Dsub. Until the majority of those can be updated
this needs to emulate the old behaviour for compatibility.
master
Eugene E. Kashpureff Jr 8 years ago
parent 75b51c5607
commit 2cd4f34014
  1. 2
      libresonic-rest-api/src/main/resources/libresonic-rest-api.xsd

@ -6,7 +6,7 @@
elementFormDefault="qualified"
version="1.13.0">
<xs:element name="libresonic-response" type="sub:Response"/>
<xs:element name="subsonic-response" type="sub:Response"/>
<xs:complexType name="Response">
<xs:choice minOccurs="0" maxOccurs="1">

Loading…
Cancel
Save