zapit/src/scan.cpp: reset FST version on normal scan

This commit is contained in:
[CST] Focus
2014-04-02 16:55:40 +04:00
parent 27a7cd0579
commit 185403dfd3

View File

@@ -61,6 +61,7 @@ CServiceScan::CServiceScan()
running = false;
cable_nid = 0;
fst_version = 0;
frontend = CFEManager::getInstance()->getFE(0);
}
@@ -110,9 +111,11 @@ void CServiceScan::run()
switch(scan_mode) {
case SCAN_PROVIDER:
fst_version = 0;
ScanProviders();
break;
case SCAN_TRANSPONDER:
fst_version = 0;
ScanTransponder();
break;
case SCAN_FAST: