mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +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 {
|
} else {
|
||||||
Cleanup(false);
|
Cleanup(false);
|
||||||
frontend->setTsidOnid(0);
|
frontend->setTsidOnid(0);
|
||||||
|
#if 0
|
||||||
t_channel_id live_channel_id = CZapit::getInstance()->GetCurrentChannelID();
|
t_channel_id live_channel_id = CZapit::getInstance()->GetCurrentChannelID();
|
||||||
CZapit::getInstance()->ZapIt(live_channel_id, false);
|
CZapit::getInstance()->ZapIt(live_channel_id, false);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
return (found_channels != 0);
|
return (found_channels != 0);
|
||||||
@@ -619,8 +621,10 @@ bool CServiceScan::ScanTransponder()
|
|||||||
} else {
|
} else {
|
||||||
Cleanup(false);
|
Cleanup(false);
|
||||||
frontend->setTsidOnid(0);
|
frontend->setTsidOnid(0);
|
||||||
|
#if 0
|
||||||
t_channel_id live_channel_id = CZapit::getInstance()->GetCurrentChannelID();
|
t_channel_id live_channel_id = CZapit::getInstance()->GetCurrentChannelID();
|
||||||
CZapit::getInstance()->ZapIt(live_channel_id, false);
|
CZapit::getInstance()->ZapIt(live_channel_id, false);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
return (found_channels != 0);
|
return (found_channels != 0);
|
||||||
|
Reference in New Issue
Block a user