mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
supplemental to cdbfe10b13
Signed-off-by: Thilo Graf <dbt@novatux.de> commit was: move xmltv epgmapping into own variable
This commit is contained in:
@@ -480,7 +480,7 @@ void CBouquetManager::parseBouquetsXml(const char *fname, bool bUser)
|
||||
if(!new_epgxml.empty()) {
|
||||
char buf[100];
|
||||
snprintf(buf, sizeof(buf), "%llx", chan->getChannelID() & 0xFFFFFFFFFFFFULL);
|
||||
chan->setScriptName("#" + new_epgxml + "=" + buf);
|
||||
chan->setEPGmap("#" + new_epgxml + "=" + buf);
|
||||
}
|
||||
newBouquet->addService(chan);
|
||||
} else if (bUser) {
|
||||
|
Reference in New Issue
Block a user