mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
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:
@@ -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