mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +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");
|
||||
Cleanup(true);
|
||||
#if 1
|
||||
CZapitClient myZapitClient;
|
||||
myZapitClient.reloadCurrentServices();
|
||||
#else
|
||||
/* this can hang as the thread handling the connections
|
||||
@@ -639,6 +640,7 @@ bool CServiceScan::ScanTransponder()
|
||||
g_bouquetManager->loadBouquets();
|
||||
Cleanup(true);
|
||||
#if 1
|
||||
CZapitClient myZapitClient;
|
||||
myZapitClient.reloadCurrentServices();
|
||||
#else
|
||||
/* see the explanation in CServiceScan::ScanProviders() in why this is a bad idea
|
||||
|
Reference in New Issue
Block a user