Transport: UPnP HTML output fix

This commit is contained in:
zzz
2019-08-29 12:19:11 +00:00
parent a1c18fd0aa
commit 55cdd81017

View File

@ -786,7 +786,6 @@ public class UPnP extends ControlPoint implements DeviceChangeListener, EventLis
if (udn != null)
sb.append("<br>UDN: ").append(DataHelper.escapeHTML(udn));
}
sb.append("</p>");
listSubServices(dev, sb);
DeviceList dl = dev.getDeviceList();