diff options
author | Jochen Dolze <vdr@dolze.de> | 2009-07-12 19:11:58 +0200 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2009-07-12 19:11:58 +0200 |
commit | 162a02363126cd4f23b561264dcf0776b3e5fd1c (patch) | |
tree | 903968fa0045d9eb26be4f2ade4eea91a15820d7 /infosatepg.h | |
parent | 636d56b051907e5041ee501284c4a2552489ca50 (diff) | |
download | vdr-plugin-infosatepg-162a02363126cd4f23b561264dcf0776b3e5fd1c.tar.gz vdr-plugin-infosatepg-162a02363126cd4f23b561264dcf0776b3e5fd1c.tar.bz2 |
Added patch from Jowi24 (channel not available)v0.0.9
Added processing for some special cases (Pilot, Start der X. Staffel)
Set wakeup to 3:00am if wakeup isn't set
Diffstat (limited to 'infosatepg.h')
-rw-r--r-- | infosatepg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/infosatepg.h b/infosatepg.h index 48e5c5f..a4b2b9e 100644 --- a/infosatepg.h +++ b/infosatepg.h @@ -13,7 +13,7 @@ #include "status.h" #include "process.h" -static const char *VERSION = "0.0.8"; +static const char *VERSION = "0.0.9"; static const char *DESCRIPTION = trNOOP("Read EPG info from infosat"); class cPluginInfosatepg : public cPlugin { |