supplemental to 68f89027742db31433c6e0b1001e6061931e01fd

Origin commit data
------------------
Branch: ni/coolstream
Commit: 32bc2d4b6e
Author: TangoCash <eric@loxat.de>
Date: 2021-08-28 (Sat, 28 Aug 2021)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2021-08-28 12:36:18 +02:00
committed by vanhofen
parent 58bad1ff9a
commit 7c9840e5f5

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