diff options
author | Christian Wieninger <cwieninger@gmx.de> | 2010-02-20 10:12:17 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2010-02-20 10:12:17 +0100 |
commit | 92156b9eeac9e9675d1ed770d38ddf0a18ce1a3e (patch) | |
tree | 81b6f9f517b9fd064ce66bd40d25338d336578cf /epgsearchcfg.h | |
parent | 2e1cf1296e94cfbb9c9c0dacc6da9d09f0bf83c4 (diff) | |
download | vdr-plugin-epgsearch-92156b9eeac9e9675d1ed770d38ddf0a18ce1a3e.tar.gz vdr-plugin-epgsearch-92156b9eeac9e9675d1ed770d38ddf0a18ce1a3e.tar.bz2 |
check if EPG exists for the next x hours
Diffstat (limited to 'epgsearchcfg.h')
-rw-r--r-- | epgsearchcfg.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/epgsearchcfg.h b/epgsearchcfg.h index 30cc214..81ec995 100644 --- a/epgsearchcfg.h +++ b/epgsearchcfg.h @@ -142,7 +142,10 @@ cEPGSearchConfig(void); int maxChannelMenuNow; int noConflMsgWhileReplay; int sendMailOnSearchtimerHours; - + int checkEPGHours; + int checkEPGWarnByOSD; + int checkEPGWarnByMail; + int checkEPGchannelGroupNr; time_t lastMailOnSearchtimerAt; }; |