From d11d13503f39b7fa5f6e286a40427e3ef9310bbd Mon Sep 17 00:00:00 2001 From: TangoCash Date: Tue, 31 Aug 2021 17:01:26 +0200 Subject: [PATCH] simplify epg-injection, this commit replace b3eecbd9348aa49ab703c613ed95ae7aab2f96fe Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/913cb06daf728188e89ccfdec07401f00963afc1 Author: TangoCash Date: 2021-08-31 (Tue, 31 Aug 2021) --- src/zapit/src/bouquets.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/zapit/src/bouquets.cpp b/src/zapit/src/bouquets.cpp index 01de9a974..556039a61 100644 --- a/src/zapit/src/bouquets.cpp +++ b/src/zapit/src/bouquets.cpp @@ -971,7 +971,6 @@ void CBouquetManager::loadWebchannels(int mode) char buf[100]; snprintf(buf, sizeof(buf), "%llx", chid & 0xFFFFFFFFFFFFULL); channel->setEPGmap("#" + new_epgxml + "=" + buf); - channel->setEPGid(chid); } channel->flags = CZapitChannel::UPDATED; if (gbouquet) @@ -1086,7 +1085,6 @@ void CBouquetManager::loadWebchannels(int mode) char buf[100]; snprintf(buf, sizeof(buf), "%llx", chid & 0xFFFFFFFFFFFFULL); channel->setEPGmap("#" + new_epgxml + "=" + buf); - channel->setEPGid(chid); } desc = "m3u_loading_logos"; if (!alogo.empty() && !g_PicViewer->GetLogoName(chid,title,desc)) @@ -1195,7 +1193,6 @@ void CBouquetManager::loadWebchannels(int mode) char buf[100]; snprintf(buf, sizeof(buf), "%llx", chid & 0xFFFFFFFFFFFFULL); channel->setEPGmap("#" + new_epgxml + "=" + buf); - channel->setEPGid(chid); } channel->flags = CZapitChannel::UPDATED; if (gbouquet)