mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
fix for e0eb677513
This commit is contained in:
@@ -260,7 +260,7 @@ bool CCamManager::SetMode(t_channel_id channel_id, enum runmode mode, bool start
|
||||
if((oldmask != newmask) || force_update) {
|
||||
cam->setCaMask(newmask);
|
||||
cam->setSource(source);
|
||||
if(newmask != 0 && (!filter_channels || !channel->bUseCI) {
|
||||
if(newmask != 0 && (!filter_channels || !channel->bUseCI)) {
|
||||
cam->makeCaPmt(channel, true);
|
||||
cam->setCaPmt(true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user