mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +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++) {
|
for (i = 0; i < g_bouquetManager->Bouquets.size(); i++) {
|
||||||
CZapitBouquet *b = g_bouquetManager->Bouquets[i];
|
CZapitBouquet *b = g_bouquetManager->Bouquets[i];
|
||||||
if (!b->bHidden) {
|
if (!b->bHidden) {
|
||||||
if (b->getTvChannels(zapitList)|| b->bFav) {
|
if (b->getTvChannels(zapitList) /*|| b->bFav */) {
|
||||||
if(b->bUser)
|
if(b->bUser)
|
||||||
tmp = TVfavList->addBouquet(b);
|
tmp = TVfavList->addBouquet(b);
|
||||||
else
|
else
|
||||||
@@ -1469,7 +1469,7 @@ void CNeutrinoApp::channelsInit(bool bOnly)
|
|||||||
tmp->channelList->SetChannelList(&zapitList);
|
tmp->channelList->SetChannelList(&zapitList);
|
||||||
tvi++;
|
tvi++;
|
||||||
}
|
}
|
||||||
if (b->getRadioChannels(zapitList)|| b->bFav) {
|
if (b->getRadioChannels(zapitList) /* || b->bFav */) {
|
||||||
if(b->bUser)
|
if(b->bUser)
|
||||||
tmp = RADIOfavList->addBouquet(b);
|
tmp = RADIOfavList->addBouquet(b);
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user