mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +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];
|
char buf[100];
|
||||||
snprintf(buf, sizeof(buf), "%llx", chid & 0xFFFFFFFFFFFFULL);
|
snprintf(buf, sizeof(buf), "%llx", chid & 0xFFFFFFFFFFFFULL);
|
||||||
channel->setEPGmap("#" + new_epgxml + "=" + buf);
|
channel->setEPGmap("#" + new_epgxml + "=" + buf);
|
||||||
channel->setEPGid(chid);
|
|
||||||
}
|
}
|
||||||
channel->flags = CZapitChannel::UPDATED;
|
channel->flags = CZapitChannel::UPDATED;
|
||||||
if (gbouquet)
|
if (gbouquet)
|
||||||
@@ -1086,7 +1085,6 @@ void CBouquetManager::loadWebchannels(int mode)
|
|||||||
char buf[100];
|
char buf[100];
|
||||||
snprintf(buf, sizeof(buf), "%llx", chid & 0xFFFFFFFFFFFFULL);
|
snprintf(buf, sizeof(buf), "%llx", chid & 0xFFFFFFFFFFFFULL);
|
||||||
channel->setEPGmap("#" + new_epgxml + "=" + buf);
|
channel->setEPGmap("#" + new_epgxml + "=" + buf);
|
||||||
channel->setEPGid(chid);
|
|
||||||
}
|
}
|
||||||
desc = "m3u_loading_logos";
|
desc = "m3u_loading_logos";
|
||||||
if (!alogo.empty() && !g_PicViewer->GetLogoName(chid,title,desc))
|
if (!alogo.empty() && !g_PicViewer->GetLogoName(chid,title,desc))
|
||||||
@@ -1195,7 +1193,6 @@ void CBouquetManager::loadWebchannels(int mode)
|
|||||||
char buf[100];
|
char buf[100];
|
||||||
snprintf(buf, sizeof(buf), "%llx", chid & 0xFFFFFFFFFFFFULL);
|
snprintf(buf, sizeof(buf), "%llx", chid & 0xFFFFFFFFFFFFULL);
|
||||||
channel->setEPGmap("#" + new_epgxml + "=" + buf);
|
channel->setEPGmap("#" + new_epgxml + "=" + buf);
|
||||||
channel->setEPGid(chid);
|
|
||||||
}
|
}
|
||||||
channel->flags = CZapitChannel::UPDATED;
|
channel->flags = CZapitChannel::UPDATED;
|
||||||
if (gbouquet)
|
if (gbouquet)
|
||||||
|
Reference in New Issue
Block a user