From 3ca2b78837beec96423c733abafaf6ef2a720066 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Tue, 8 Aug 2006 23:49:25 +0000 Subject: [PATCH] more wrong tsid/sid private epg workarounds --- lib/dvb/epgcache.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/dvb/epgcache.cpp b/lib/dvb/epgcache.cpp index 6526d665..b8a5c08d 100644 --- a/lib/dvb/epgcache.cpp +++ b/lib/dvb/epgcache.cpp @@ -2377,6 +2377,7 @@ void eEPGCache::privateSectionRead(const uniqueEPGKey ¤t_service, const __ { switch( (tsid << 16) | sid ) { + case 0x01030b: sid = 0x1b; tsid = 4; break; // Premiere Win case 0x0300f0: sid = 0xe0; tsid = 2; break; case 0x0300f1: sid = 0xe1; tsid = 2; break; case 0x0300f5: sid = 0xdc; break; -- 2.30.2