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