mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
neutrino.cpp: make hdBouquet virtual
Origin commit data
------------------
Commit: f85d3eb435
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-03-22 (Thu, 22 Mar 2012)
This commit is contained in:
@@ -1230,7 +1230,7 @@ void CNeutrinoApp::channelsInit(bool bOnly)
|
|||||||
CBouquet* hdBouquet = NULL;
|
CBouquet* hdBouquet = NULL;
|
||||||
/* all HD channels */
|
/* all HD channels */
|
||||||
if(g_settings.make_hd_list) {
|
if(g_settings.make_hd_list) {
|
||||||
hdBouquet = new CBouquet(0, (char *) "HD", false);
|
hdBouquet = new CBouquet(0, (char *) "HD", false, true);
|
||||||
|
|
||||||
CServiceManager::getInstance()->GetAllHDChannels(zapitList);
|
CServiceManager::getInstance()->GetAllHDChannels(zapitList);
|
||||||
hi = zapitList.size();
|
hi = zapitList.size();
|
||||||
@@ -1325,7 +1325,6 @@ void CNeutrinoApp::channelsInit(bool bOnly)
|
|||||||
printf("[neutrino] got %d TV bouquets\n", bnum); fflush(stdout);
|
printf("[neutrino] got %d TV bouquets\n", bnum); fflush(stdout);
|
||||||
|
|
||||||
TIMER_STOP("[neutrino] tv took");
|
TIMER_STOP("[neutrino] tv took");
|
||||||
/* FIXME HD bouquet must be virtual ? it is not now */
|
|
||||||
if(g_settings.make_hd_list) {
|
if(g_settings.make_hd_list) {
|
||||||
if(hi)
|
if(hi)
|
||||||
TVfavList->Bouquets.push_back(hdBouquet);
|
TVfavList->Bouquets.push_back(hdBouquet);
|
||||||
|
Reference in New Issue
Block a user