From b96f80024061d3d20581e4158ae30a5b6a8aa290 Mon Sep 17 00:00:00 2001 From: kamel5 Date: Mon, 17 Feb 2020 14:15:44 +0100 Subject: Add episode to manual timer --- config.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.c') diff --git a/config.c b/config.c index 71895aa..502e474 100644 --- a/config.c +++ b/config.c @@ -34,6 +34,7 @@ cTVGuideConfig::cTVGuideConfig() { channelJumpMode = eNumJump; jumpChannels = 0; blueKeyMode = 2; + addSubtitleToTimer = 1; closeOnSwitch = 1; numkeyMode = 0; useRemoteTimers = 0; @@ -295,6 +296,7 @@ bool cTVGuideConfig::SetupParse(const char *Name, const char *Value) { else if (strcmp(Name, "footerHeightPercent") == 0) footerHeightPercent = atoi(Value); else if (strcmp(Name, "instRecFolderMode") == 0) instRecFolderMode = atoi(Value); else if (strcmp(Name, "instRecFixedFolder") == 0) instRecFixedFolder = Value; + else if (strcmp(Name, "addSubtitleToTimer") == 0) addSubtitleToTimer = atoi(Value); else if (strcmp(Name, "favWhatsOnNow") == 0) favWhatsOnNow = atoi(Value); else if (strcmp(Name, "favWhatsOnNext") == 0) favWhatsOnNext = atoi(Value); else if (strcmp(Name, "favUseTime1") == 0) favUseTime1 = atoi(Value); -- cgit v1.2.3