mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
modify autocreate HD _and_ UHD channels as seperate lists
Signed-off-by: Thilo Graf <dbt@novatux.de>
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9c12ce65aa
Author: TangoCash <eric@loxat.de>
Date: 2017-10-20 (Fri, 20 Oct 2017)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1696,6 +1696,12 @@ void CNeutrinoApp::channelsInit(bool bOnly)
|
||||
TVallList->Bouquets.push_back(hdBouquet);
|
||||
printf("[neutrino] got %d HD channels\n", (int)zapitList.size()); fflush(stdout);
|
||||
}
|
||||
if (CServiceManager::getInstance()->GetAllUHDChannels(zapitList)) {
|
||||
CBouquet* uhdBouquet = new CBouquet(0, g_Locale->getText(LOCALE_BOUQUETNAME_UHDTV), false, true);
|
||||
uhdBouquet->channelList->SetChannelList(&zapitList);
|
||||
TVallList->Bouquets.push_back(uhdBouquet);
|
||||
printf("[neutrino] got %d UHD channels\n", (int)zapitList.size()); fflush(stdout);
|
||||
}
|
||||
}
|
||||
/* new channels */
|
||||
if (g_settings.make_new_list) {
|
||||
|
Reference in New Issue
Block a user