simplify epg-injection, this commit replace b3eecbd934

Origin commit data
------------------
Commit: 913cb06daf
Author: TangoCash <eric@loxat.de>
Date: 2021-08-31 (Tue, 31 Aug 2021)
This commit is contained in:
TangoCash
2021-08-31 17:01:26 +02:00
committed by vanhofen
parent f340c2be79
commit d11d13503f

View File

@@ -971,7 +971,6 @@ void CBouquetManager::loadWebchannels(int mode)
char buf[100];
snprintf(buf, sizeof(buf), "%llx", chid & 0xFFFFFFFFFFFFULL);
channel->setEPGmap("#" + new_epgxml + "=" + buf);
channel->setEPGid(chid);
}
channel->flags = CZapitChannel::UPDATED;
if (gbouquet)
@@ -1086,7 +1085,6 @@ void CBouquetManager::loadWebchannels(int mode)
char buf[100];
snprintf(buf, sizeof(buf), "%llx", chid & 0xFFFFFFFFFFFFULL);
channel->setEPGmap("#" + new_epgxml + "=" + buf);
channel->setEPGid(chid);
}
desc = "m3u_loading_logos";
if (!alogo.empty() && !g_PicViewer->GetLogoName(chid,title,desc))
@@ -1195,7 +1193,6 @@ void CBouquetManager::loadWebchannels(int mode)
char buf[100];
snprintf(buf, sizeof(buf), "%llx", chid & 0xFFFFFFFFFFFFULL);
channel->setEPGmap("#" + new_epgxml + "=" + buf);
channel->setEPGid(chid);
}
channel->flags = CZapitChannel::UPDATED;
if (gbouquet)