mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
remove channel_id mask for CEitManager getXXX calls
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