supplemental to cdbfe10b13

Signed-off-by: Thilo Graf <dbt@novatux.de>

commit was: move xmltv epgmapping into own variable
This commit is contained in:
TangoCash
2021-08-28 12:36:18 +02:00
committed by Thilo Graf
parent cdbfe10b13
commit d272cc800f

View File

@@ -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) {