mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
zapit/src/scan.cpp: disable zap after scan
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user