SAT>IP Client: XML - make manufacturerURL tag optional
This commit is contained in:
parent
fbd41d806b
commit
db52de8151
1 changed files with 1 additions and 1 deletions
|
@ -744,7 +744,7 @@ satip_discovery_http_closed(http_client_t *hc, int errn)
|
|||
if ((manufacturer = htsmsg_xml_get_cdata_str(device, "manufacturer")) == NULL)
|
||||
goto finish;
|
||||
if ((manufacturerURL = htsmsg_xml_get_cdata_str(device, "manufacturerURL")) == NULL)
|
||||
goto finish;
|
||||
manufacturerURL = "";
|
||||
if ((modeldesc = htsmsg_xml_get_cdata_str(device, "modelDescription")) == NULL)
|
||||
modeldesc = "";
|
||||
if ((modelname = htsmsg_xml_get_cdata_str(device, "modelName")) == NULL)
|
||||
|
|
Loading…
Add table
Reference in a new issue