diff --git a/src/gui/scan_setup.cpp b/src/gui/scan_setup.cpp index 35debb8ad..4f114d7bd 100644 --- a/src/gui/scan_setup.cpp +++ b/src/gui/scan_setup.cpp @@ -332,6 +332,9 @@ int CScanSetup::exec(CMenuTarget* parent, const std::string &actionKey) //...then start scan CScanTs scanTs(delsys); scanTs.exec(NULL, scants_key[i]); + /* FIXME save fst version. other than fast scan will reset it to 0 + to disable fast scan updates */ + scansettings.fst_version = CServiceScan::getInstance()->GetFstVersion(); if (is_wizard && as == "fast") return menu_return::RETURN_EXIT_ALL; return res;