neutrino.cpp: hide empty favorites, again

This commit is contained in:
[CST] Focus
2014-10-11 13:20:56 +04:00
parent 747d7e2ff2
commit cf6d38d190

View File

@@ -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