zapit/src/scan.cpp: disable zap after scan

This commit is contained in:
[CST] Focus
2013-02-28 15:50:56 +04:00
parent a59d45bba2
commit e493d96a4e

View File

@@ -557,8 +557,10 @@ bool CServiceScan::ScanProviders()
} else {
Cleanup(false);
frontend->setTsidOnid(0);
#if 0
t_channel_id live_channel_id = CZapit::getInstance()->GetCurrentChannelID();
CZapit::getInstance()->ZapIt(live_channel_id, false);
#endif
}
return (found_channels != 0);
@@ -619,8 +621,10 @@ bool CServiceScan::ScanTransponder()
} else {
Cleanup(false);
frontend->setTsidOnid(0);
#if 0
t_channel_id live_channel_id = CZapit::getInstance()->GetCurrentChannelID();
CZapit::getInstance()->ZapIt(live_channel_id, false);
#endif
}
return (found_channels != 0);