This commit is contained in:
max10
2015-11-15 20:29:20 +01:00
parent 43ded09d01
commit ca27972f16
5 changed files with 79 additions and 4 deletions

View File

@@ -1327,6 +1327,7 @@ int eDVBCIContentControlManagerSession::doAction()
void eDVBCIContentControlManagerSession::resendKey(tSlot *tslot)
{
descrambler_set_key((int)tslot->source, tslot->lastParity, tslot->lastKey);
if (!tslot->SidBlackListed)
descrambler_set_key((int)tslot->source, tslot->lastParity, tslot->lastKey);
}