mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +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:
@@ -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());
|
||||
|
Reference in New Issue
Block a user