mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +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
This commit is contained in:
@@ -969,7 +969,7 @@ std::string CNeutrinoYParser::func_bouquet_editor_main(CyhookHandler *hh, std::
|
|||||||
int mode = NeutrinoAPI->Zapit->getMode();
|
int mode = NeutrinoAPI->Zapit->getMode();
|
||||||
for (int i = 0; i < (int) g_bouquetManager->Bouquets.size(); i++) {
|
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;
|
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];
|
CZapitBouquet * bouquet = g_bouquetManager->Bouquets[i];
|
||||||
|
|
||||||
char classname = ((i & 1) == 0) ? 'a' : 'b';
|
char classname = ((i & 1) == 0) ? 'a' : 'b';
|
||||||
|
Reference in New Issue
Block a user