mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
gui/scan_setup.cpp: add explicit option to enable/disable fast-scan update
This commit is contained in:
@@ -3444,7 +3444,7 @@ void CNeutrinoApp::standbyMode( bool bOnOff, bool fromDeepStandby )
|
||||
// Active standby on
|
||||
powerManager->SetStandby(false, false);
|
||||
CEpgScan::getInstance()->Start(true);
|
||||
if (scansettings.fst_version)
|
||||
if (scansettings.fst_update)
|
||||
fst_timer = g_RCInput->addTimer(30*1000*1000, true);
|
||||
} else {
|
||||
// Active standby off
|
||||
@@ -4224,7 +4224,7 @@ void CNeutrinoApp::Cleanup()
|
||||
|
||||
void CNeutrinoApp::CheckFastScan(bool standby, bool reload)
|
||||
{
|
||||
if (scansettings.fst_version) {
|
||||
if (scansettings.fst_update) {
|
||||
g_Zapit->getMode();
|
||||
INFO("fst version %02x (%s)", scansettings.fst_version, standby ? "force" : "check");
|
||||
CServiceScan::getInstance()->QuietFastScan(true);
|
||||
|
Reference in New Issue
Block a user