mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
channellist: set CI channel inactive if recording with CI
Signed-off-by: GetAway <get-away@t-online.de>
This commit is contained in:
@@ -2430,6 +2430,9 @@ bool CChannelList::SameTP(CZapitChannel * channel)
|
||||
return false; // No other CI channel
|
||||
}
|
||||
#endif
|
||||
if(channel->bUseCI && CRecordManager::getInstance()->getUseCI())
|
||||
return false;
|
||||
|
||||
iscurrent = CFEManager::getInstance()->canTune(channel);
|
||||
}
|
||||
return iscurrent;
|
||||
|
Reference in New Issue
Block a user