mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-18 10:51:07 +02:00
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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user