mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
remove channel_id mask for CEitManager getXXX calls
This commit is contained in:
@@ -948,7 +948,7 @@ void CEpgData::GetEPGData(const t_channel_id channel_id, uint64_t id, time_t* st
|
||||
if ( id!= 0 )
|
||||
res = CEitManager::getInstance()->getEPGid(id, *startzeit, &epgData);
|
||||
else
|
||||
res = CEitManager::getInstance()->getActualEPGServiceKey(channel_id&0xFFFFFFFFFFFFULL, &epgData );
|
||||
res = CEitManager::getInstance()->getActualEPGServiceKey(channel_id, &epgData );
|
||||
|
||||
if ( res )
|
||||
{
|
||||
|
Reference in New Issue
Block a user