mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
neutrino.cpp: workaround for (rare) crash, if old_b wrong
This commit is contained in:
@@ -2349,7 +2349,7 @@ _repeat:
|
|||||||
SetChannelMode(old_mode);
|
SetChannelMode(old_mode);
|
||||||
bouquetList->activateBouquet(old_b, false);
|
bouquetList->activateBouquet(old_b, false);
|
||||||
if(!bouquetList->Bouquets.empty())
|
if(!bouquetList->Bouquets.empty())
|
||||||
bouquetList->Bouquets[old_b]->channelList->setSelected(old_num);
|
bouquetList->Bouquets[bouquetList->getActiveBouquetNumber()]->channelList->setSelected(old_num);
|
||||||
StartSubtitles(mode == mode_tv);
|
StartSubtitles(mode == mode_tv);
|
||||||
}
|
}
|
||||||
else if(nNewChannel == -3) { // list mode changed
|
else if(nNewChannel == -3) { // list mode changed
|
||||||
|
Reference in New Issue
Block a user