zapit:bouquets skip check 0 len logo url

Origin commit data
------------------
Branch: ni/coolstream
Commit: 26168ed03f
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2021-10-24 (Sun, 24 Oct 2021)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2021-10-24 19:19:18 +02:00
committed by vanhofen
parent b2eb7ab274
commit 0d5a576b4c

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)
{