Revert JAXBWriter for SubsonicResponse in REST API schema
Fix for compilation failure on the revert from 2cd4f34
This commit is contained in:
@@ -134,7 +134,7 @@ public class JAXBWriter {
|
|||||||
if (jsonp) {
|
if (jsonp) {
|
||||||
writer.append(jsonpCallback).append('(');
|
writer.append(jsonpCallback).append('(');
|
||||||
}
|
}
|
||||||
marshaller.marshal(new ObjectFactory().createLibresonicResponse(jaxbResponse), writer);
|
marshaller.marshal(new ObjectFactory().createSubsonicResponse(jaxbResponse), writer);
|
||||||
if (jsonp) {
|
if (jsonp) {
|
||||||
writer.append(");");
|
writer.append(");");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user