mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
channellist: set CI channel inactive if recording with CI
Origin commit data
------------------
Branch: ni/coolstream
Commit: 570d1b10f2
Author: FlatTV <FlatTV@gmx.de>
Date: 2016-06-25 (Sat, 25 Jun 2016)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -2265,6 +2265,10 @@ bool CChannelList::SameTP(CZapitChannel * channel)
|
||||
if (IS_WEBTV(channel->getChannelID()))
|
||||
return true;
|
||||
|
||||
//NI
|
||||
if(channel->bUseCI && CRecordManager::getInstance()->getUseCI())
|
||||
return false;
|
||||
|
||||
iscurrent = CFEManager::getInstance()->canTune(channel);
|
||||
}
|
||||
return iscurrent;
|
||||
|
Reference in New Issue
Block a user