mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
zapit:bouquets skip check 0 len logo url
This commit is contained in:
@@ -934,6 +934,10 @@ void CBouquetManager::loadWebchannels(int mode)
|
|||||||
const char *epgmap = xmlGetAttribute(l1, "epgmap");
|
const char *epgmap = xmlGetAttribute(l1, "epgmap");
|
||||||
const char *alogo = xmlGetAttribute(l1, "logo");
|
const char *alogo = xmlGetAttribute(l1, "logo");
|
||||||
const char *script = xmlGetAttribute(l1, "script");
|
const char *script = xmlGetAttribute(l1, "script");
|
||||||
|
if(alogo && !strlen(alogo))
|
||||||
|
{
|
||||||
|
alogo = NULL;//skip 0 len logo
|
||||||
|
}
|
||||||
t_channel_id epg_id = 0;
|
t_channel_id epg_id = 0;
|
||||||
if (epgid)
|
if (epgid)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user