mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
remove channel_id mask for CEitManager getXXX calls
Origin commit data
------------------
Commit: 3f5a0e5bb1
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-08-30 (Thu, 30 Aug 2012)
This commit is contained in:
@@ -156,7 +156,7 @@ void CNeutrinoEventList::readEvents(const t_channel_id channel_id)
|
||||
|
||||
CEPGData epgData;
|
||||
// todo: what if there are more than one events in the Portal
|
||||
if (CEitManager::getInstance()->getActualEPGServiceKey(channel_id&0xFFFFFFFFFFFFULL, &epgData ))
|
||||
if (CEitManager::getInstance()->getActualEPGServiceKey(channel_id, &epgData ))
|
||||
{
|
||||
// epgData.eventID;
|
||||
// epgData.epg_times.startzeit;
|
||||
|
Reference in New Issue
Block a user