remove channel_id mask for CEitManager getXXX calls

This commit is contained in:
[CST] Focus
2012-08-30 14:50:01 +04:00
parent 8d02122425
commit 3f5a0e5bb1
10 changed files with 19 additions and 19 deletions

View File

@@ -396,7 +396,7 @@ void CRemoteControl::getNVODs()
if ( subChannels.empty() )
{
CSectionsdClient::NVODTimesList NVODs;
if (CEitManager::getInstance()->getNVODTimesServiceKey( current_channel_id & 0xFFFFFFFFFFFFULL, NVODs))
if (CEitManager::getInstance()->getNVODTimesServiceKey( current_channel_id, NVODs))
{
are_subchannels = false;
//printf("CRemoteControl::getNVODs NVODs.size %d\n", NVODs.size());