mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
zapit/src/fastscan.cpp: dont delete existing bouquets/channels
This commit is contained in:
@@ -216,10 +216,10 @@ bool CServiceScan::ParseFst(unsigned short pid, fast_scan_operator_t * op)
|
||||
delete dmx;
|
||||
return false;
|
||||
}
|
||||
|
||||
#if 0
|
||||
g_bouquetManager->clearAll();
|
||||
CServiceManager::getInstance()->RemoveAllChannels();
|
||||
|
||||
#endif
|
||||
do {
|
||||
if (dmx->Read(buffer, SEC_SIZE) < 0) {
|
||||
delete dmx;
|
||||
|
Reference in New Issue
Block a user