mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
zapit/src/scan.cpp: fix lcn bug
Origin commit data
------------------
Commit: 36bd265ab5
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-07-04 (Wed, 04 Jul 2012)
This commit is contained in:
@@ -324,8 +324,8 @@ _repeat:
|
||||
if (flags & (SCAN_NIT/*|SCAN_LOGICAL_NUMBERS*/) && !nit_logical_map.empty()) {
|
||||
std::string pname = networkName;
|
||||
INFO("network [%s] %d logical channels (%d hd)\n", pname.c_str(), nit_logical_map.size(), nit_hd_logical_map.size());
|
||||
CServiceManager::getInstance()->ResetChannelNumbers(true, true);
|
||||
g_bouquetManager->loadBouquets(true);
|
||||
CServiceManager::getInstance()->ResetChannelNumbers(true, true);
|
||||
CZapitBouquet* bouquet;
|
||||
int bouquetId = g_bouquetManager->existsUBouquet(pname.c_str());
|
||||
if (bouquetId == -1)
|
||||
|
Reference in New Issue
Block a user