mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
neutrino.cpp: hide empty favorites, again
This commit is contained in:
@@ -1460,7 +1460,7 @@ void CNeutrinoApp::channelsInit(bool bOnly)
|
||||
for (i = 0; i < g_bouquetManager->Bouquets.size(); i++) {
|
||||
CZapitBouquet *b = g_bouquetManager->Bouquets[i];
|
||||
if (!b->bHidden) {
|
||||
if (b->getTvChannels(zapitList)|| b->bFav) {
|
||||
if (b->getTvChannels(zapitList) /*|| b->bFav */) {
|
||||
if(b->bUser)
|
||||
tmp = TVfavList->addBouquet(b);
|
||||
else
|
||||
@@ -1469,7 +1469,7 @@ void CNeutrinoApp::channelsInit(bool bOnly)
|
||||
tmp->channelList->SetChannelList(&zapitList);
|
||||
tvi++;
|
||||
}
|
||||
if (b->getRadioChannels(zapitList)|| b->bFav) {
|
||||
if (b->getRadioChannels(zapitList) /* || b->bFav */) {
|
||||
if(b->bUser)
|
||||
tmp = RADIOfavList->addBouquet(b);
|
||||
else
|
||||
|
Reference in New Issue
Block a user