mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
Fix for last commit
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1865 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -563,6 +563,7 @@ bool CServiceScan::ScanProviders()
|
|||||||
printf("[scan] save bouquets done\n");
|
printf("[scan] save bouquets done\n");
|
||||||
Cleanup(true);
|
Cleanup(true);
|
||||||
#if 1
|
#if 1
|
||||||
|
CZapitClient myZapitClient;
|
||||||
myZapitClient.reloadCurrentServices();
|
myZapitClient.reloadCurrentServices();
|
||||||
#else
|
#else
|
||||||
/* this can hang as the thread handling the connections
|
/* this can hang as the thread handling the connections
|
||||||
@@ -639,6 +640,7 @@ bool CServiceScan::ScanTransponder()
|
|||||||
g_bouquetManager->loadBouquets();
|
g_bouquetManager->loadBouquets();
|
||||||
Cleanup(true);
|
Cleanup(true);
|
||||||
#if 1
|
#if 1
|
||||||
|
CZapitClient myZapitClient;
|
||||||
myZapitClient.reloadCurrentServices();
|
myZapitClient.reloadCurrentServices();
|
||||||
#else
|
#else
|
||||||
/* see the explanation in CServiceScan::ScanProviders() in why this is a bad idea
|
/* see the explanation in CServiceScan::ScanProviders() in why this is a bad idea
|
||||||
|
Reference in New Issue
Block a user