Cam Menu: Allow switching to all or same transponder channels

while CI recording


Origin commit data
------------------
Branch: ni/coolstream
Commit: fe69787b0a
Author: FlatTV <FlatTV@gmx.de>
Date: 2016-10-07 (Fri, 07 Oct 2016)



------------------
This commit was generated by Migit
This commit is contained in:
FlatTV
2016-10-07 14:37:37 +02:00
parent dbeb1aec2c
commit 8188f332ac
8 changed files with 32 additions and 2 deletions

View File

@@ -2277,8 +2277,10 @@ bool CChannelList::SameTP(CZapitChannel * channel)
return true;
//NI
if(channel->bUseCI && CRecordManager::getInstance()->getUseCI())
return false;
if(g_settings.ci_mode == 1) {
if(channel->bUseCI && CRecordManager::getInstance()->getUseCI())
return (CRecordManager::getInstance()->SameTransponder(channel->getChannelID()));
}
iscurrent = CFEManager::getInstance()->canTune(channel);
}