aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/epgcache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dvb/epgcache.cpp')
-rw-r--r--lib/dvb/epgcache.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dvb/epgcache.cpp b/lib/dvb/epgcache.cpp
index 0254e7df..ebf9e2ea 100644
--- a/lib/dvb/epgcache.cpp
+++ b/lib/dvb/epgcache.cpp
@@ -2968,6 +2968,7 @@ void eEPGCache::channel_data::readMHWData2(const __u8 *data)
channel.transport_stream_id_lo = *(tmp++);
channel.channel_id_hi = *(tmp++);
channel.channel_id_lo = *(tmp++);
+#warning FIXME hardcoded network_id in mhw2 epg
channel.network_id_hi = 0; // hardcoded astra 19.2
channel.network_id_lo = 1;
m_channels.push_back(channel);