From: Andreas Monzner Date: Tue, 8 Aug 2006 23:49:25 +0000 (+0000) Subject: more wrong tsid/sid private epg workarounds X-Git-Tag: 2.6.0~3077 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/3ca2b78837beec96423c733abafaf6ef2a720066 more wrong tsid/sid private epg workarounds --- 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;