channellist: set CI channel inactive if recording with CI

Signed-off-by: GetAway <get-away@t-online.de>
This commit is contained in:
FlatTV
2020-01-01 13:43:53 +01:00
committed by GetAway
parent fb0cdcf1e6
commit f291dfb445
3 changed files with 19 additions and 0 deletions

View File

@@ -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;