mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
better detection of phantom bouquets for the bouquet-editor (y521)
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@799 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 79b360e65b
Author: yjogol <yjogol2@online.de>
Date: 2010-09-24 (Fri, 24 Sep 2010)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -969,7 +969,7 @@ std::string CNeutrinoYParser::func_bouquet_editor_main(CyhookHandler *hh, std::
|
||||
int mode = NeutrinoAPI->Zapit->getMode();
|
||||
for (int i = 0; i < (int) g_bouquetManager->Bouquets.size(); i++) {
|
||||
ZapitChannelList * channels = mode == CZapitClient::MODE_RADIO ? &g_bouquetManager->Bouquets[i]->radioChannels : &g_bouquetManager->Bouquets[i]->tvChannels;
|
||||
if(!channels->empty()){
|
||||
if(!channels->empty() || g_bouquetManager->Bouquets[i]->bUser){
|
||||
CZapitBouquet * bouquet = g_bouquetManager->Bouquets[i];
|
||||
|
||||
char classname = ((i & 1) == 0) ? 'a' : 'b';
|
||||
|
Reference in New Issue
Block a user