mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
neutrino.cpp: remove bouquetList checks, it never should be NULL
This commit is contained in:
@@ -1955,7 +1955,7 @@ void CNeutrinoApp::quickZap(int msg)
|
||||
StartSubtitles(res < 0);
|
||||
return;
|
||||
}
|
||||
if((bouquetList != NULL) && !(bouquetList->Bouquets.empty()))
|
||||
if(!bouquetList->Bouquets.empty())
|
||||
bouquetList->Bouquets[bouquetList->getActiveBouquetNumber()]->channelList->quickZap(msg, g_settings.zap_cycle);
|
||||
else
|
||||
channelList->quickZap(msg);
|
||||
|
Reference in New Issue
Block a user