neutrino.cpp: hide empty favorites, again

Origin commit data
------------------
Branch: ni/coolstream
Commit: cf6d38d190
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-10-11 (Sat, 11 Oct 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2014-10-11 13:20:56 +04:00
parent 124f58c40f
commit a63e7436da

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