mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
system/settings.cpp: set fastscan default type to HD
Origin commit data
------------------
Branch: ni/coolstream
Commit: d7403be659
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-11-06 (Wed, 06 Nov 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -152,7 +152,7 @@ bool CScanSettings::loadSettings(const char * const fileName, const delivery_sys
|
|||||||
#if 1
|
#if 1
|
||||||
if(sat_TP_fec == 4) sat_TP_fec = 5;
|
if(sat_TP_fec == 4) sat_TP_fec = 5;
|
||||||
#endif
|
#endif
|
||||||
fast_type = configfile.getInt32("fast_type", 1);
|
fast_type = configfile.getInt32("fast_type", 2);
|
||||||
fast_op = configfile.getInt32("fast_op", 0);
|
fast_op = configfile.getInt32("fast_op", 0);
|
||||||
cable_nid = configfile.getInt32("cable_nid", 0);
|
cable_nid = configfile.getInt32("cable_nid", 0);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user