zapit:bouquets skip check 0 len logo url

This commit is contained in:
Jacek Jendrzej
2021-10-23 19:24:36 +02:00
parent 676423f72b
commit 44f965f8fd

View File

@@ -934,6 +934,10 @@ void CBouquetManager::loadWebchannels(int mode)
const char *epgmap = xmlGetAttribute(l1, "epgmap");
const char *alogo = xmlGetAttribute(l1, "logo");
const char *script = xmlGetAttribute(l1, "script");
if(alogo && !strlen(alogo))
{
alogo = NULL;//skip 0 len logo
}
t_channel_id epg_id = 0;
if (epgid)
{