mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-16 09:53:36 +02:00
neutrino: don't add web-channels to sat-bouquet
Signed-off-by: Thilo Graf <dbt@novatux.de>
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5bc21a6edd
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-07 (Tue, 07 Nov 2017)
Origin message was:
------------------
- neutrino: don't add web-channels to sat-bouquet
Signed-off-by: Thilo Graf <dbt@novatux.de>
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1671,10 +1671,12 @@ void CNeutrinoApp::channelsInit(bool bOnly)
|
|||||||
CBouquet* webtvBouquet = new CBouquet(0, g_Locale->getText(LOCALE_BOUQUETNAME_WEBTV), false, true);
|
CBouquet* webtvBouquet = new CBouquet(0, g_Locale->getText(LOCALE_BOUQUETNAME_WEBTV), false, true);
|
||||||
webtvBouquet->channelList->SetChannelList(&webtvList);
|
webtvBouquet->channelList->SetChannelList(&webtvList);
|
||||||
TVallList->Bouquets.push_back(webtvBouquet);
|
TVallList->Bouquets.push_back(webtvBouquet);
|
||||||
|
#if 0
|
||||||
/* "satellite" */
|
/* "satellite" */
|
||||||
webtvBouquet = new CBouquet(0, g_Locale->getText(LOCALE_BOUQUETNAME_WEBTV), false, true);
|
webtvBouquet = new CBouquet(0, g_Locale->getText(LOCALE_BOUQUETNAME_WEBTV), false, true);
|
||||||
webtvBouquet->channelList->SetChannelList(&webtvList);
|
webtvBouquet->channelList->SetChannelList(&webtvList);
|
||||||
TVsatList->Bouquets.push_back(webtvBouquet);
|
TVsatList->Bouquets.push_back(webtvBouquet);
|
||||||
|
#endif
|
||||||
printf("[neutrino] got %d WebTV channels\n", (int)webtvList.size()); fflush(stdout);
|
printf("[neutrino] got %d WebTV channels\n", (int)webtvList.size()); fflush(stdout);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1685,10 +1687,12 @@ void CNeutrinoApp::channelsInit(bool bOnly)
|
|||||||
CBouquet* webradioBouquet = new CBouquet(0, g_Locale->getText(LOCALE_BOUQUETNAME_WEBRADIO), false, true);
|
CBouquet* webradioBouquet = new CBouquet(0, g_Locale->getText(LOCALE_BOUQUETNAME_WEBRADIO), false, true);
|
||||||
webradioBouquet->channelList->SetChannelList(&webradioList);
|
webradioBouquet->channelList->SetChannelList(&webradioList);
|
||||||
RADIOallList->Bouquets.push_back(webradioBouquet);
|
RADIOallList->Bouquets.push_back(webradioBouquet);
|
||||||
|
#if 0
|
||||||
/* "satellite" */
|
/* "satellite" */
|
||||||
webradioBouquet = new CBouquet(0, g_Locale->getText(LOCALE_BOUQUETNAME_WEBRADIO), false, true);
|
webradioBouquet = new CBouquet(0, g_Locale->getText(LOCALE_BOUQUETNAME_WEBRADIO), false, true);
|
||||||
webradioBouquet->channelList->SetChannelList(&webradioList);
|
webradioBouquet->channelList->SetChannelList(&webradioList);
|
||||||
RADIOsatList->Bouquets.push_back(webradioBouquet);
|
RADIOsatList->Bouquets.push_back(webradioBouquet);
|
||||||
|
#endif
|
||||||
printf("[neutrino] got %d WebRadio channels\n", (int)webradioList.size()); fflush(stdout);
|
printf("[neutrino] got %d WebRadio channels\n", (int)webradioList.size()); fflush(stdout);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user