summaryrefslogtreecommitdiff
path: root/epgsearchcfg.c
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger@gmx.de>2010-02-20 10:12:17 +0100
committerChristian Wieninger <cwieninger@gmx.de>2010-02-20 10:12:17 +0100
commit92156b9eeac9e9675d1ed770d38ddf0a18ce1a3e (patch)
tree81b6f9f517b9fd064ce66bd40d25338d336578cf /epgsearchcfg.c
parent2e1cf1296e94cfbb9c9c0dacc6da9d09f0bf83c4 (diff)
downloadvdr-plugin-epgsearch-92156b9eeac9e9675d1ed770d38ddf0a18ce1a3e.tar.gz
vdr-plugin-epgsearch-92156b9eeac9e9675d1ed770d38ddf0a18ce1a3e.tar.bz2
check if EPG exists for the next x hours
Diffstat (limited to 'epgsearchcfg.c')
-rw-r--r--epgsearchcfg.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/epgsearchcfg.c b/epgsearchcfg.c
index 9190460..7bd9afa 100644
--- a/epgsearchcfg.c
+++ b/epgsearchcfg.c
@@ -84,6 +84,10 @@ cEPGSearchConfig::cEPGSearchConfig(void)
noConflMsgWhileReplay = 0;
sendMailOnSearchtimerHours = 0;
lastMailOnSearchtimerAt = 0;
+ checkEPGHours = 6;
+ checkEPGWarnByOSD = 1;
+ checkEPGWarnByMail = 0;
+ checkEPGchannelGroupNr = -1;
}
int cShowMode::Compare(const cListObject &ListObject) const