summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'config.c')
-rw-r--r--config.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.c b/config.c
index 9b358df..46cb3b9 100644
--- a/config.c
+++ b/config.c
@@ -59,6 +59,7 @@ bool cTVGuideConfig::SetupParse(const char *Name, const char *Value) {
else if (!strcasecmp(Name, "closeOnSwitch")) closeOnSwitch = atoi(Value);
else if (!strcasecmp(Name, "numKeyMode")) numKeyMode = atoi(Value);
else if (!strcasecmp(Name, "blueKeyMode")) blueKeyMode = atoi(Value);
+ else if (!strcasecmp(Name, "intelligentSwitch")) intelligentSwitch = atoi(Value);
else if (!strcasecmp(Name, "rerunAmount")) rerunAmount = atoi(Value);
else if (!strcasecmp(Name, "rerunDistance")) rerunDistance = atoi(Value);
else if (!strcasecmp(Name, "rerunMaxChannel")) rerunMaxChannel = atoi(Value);
@@ -85,4 +86,4 @@ bool cTVGuideConfig::SetupParse(const char *Name, const char *Value) {
else return false;
return true;
-} \ No newline at end of file
+}