add two-same-cip (thx DboxOldie)

This commit is contained in:
max10
2016-07-08 12:13:23 +02:00
parent 9173ae1b47
commit bef98c2e91
4 changed files with 116 additions and 59 deletions

View File

@@ -1337,7 +1337,7 @@ int eDVBCIContentControlManagerSession::doAction()
void eDVBCIContentControlManagerSession::resendKey(tSlot *tslot)
{
if (!tslot->SidBlackListed && (tslot->inUse || tslot->slot == cCA::GetInstance()->GetLiveSlot()))
if (!tslot->SidBlackListed && (tslot->recordUse || tslot->liveUse))
descrambler_set_key((int)tslot->source, tslot->lastParity, tslot->lastKey);
}