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

Origin commit data
------------------
Commit: e493d96a4e
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-02-28 (Thu, 28 Feb 2013)
This commit is contained in:
[CST] Focus
2013-02-28 15:50:56 +04:00
parent 868506726f
commit e7501e26e0

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);