Skip to content

Commit

Permalink
supplemental to 68f8902
Browse files Browse the repository at this point in the history
  • Loading branch information
TangoCash committed Aug 28, 2021
1 parent 68f8902 commit 61b124c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zapit/src/bouquets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,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) {
Expand Down

0 comments on commit 61b124c

Please sign in to comment.