mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 07:22:57 +02:00
gui/scan_setup.cpp: save FST version after scan
Origin commit data
------------------
Commit: 14d4ffa28f
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-04-02 (Wed, 02 Apr 2014)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user