diff options
author | Midas <vdrportal_midas@gmx.de> | 2010-06-02 21:14:58 +0200 |
---|---|---|
committer | Midas <vdrportal_midas@gmx.de> | 2010-06-02 21:14:58 +0200 |
commit | ce4a004a3a0011b99b6f82f4144db1e0a6b1cd30 (patch) | |
tree | 97795f2e1ab8a797b2ad3b58d6a2a9408f4e7023 /config.h | |
parent | 28dd453730435dd8123cb29e0698e91e97438f77 (diff) | |
download | vdr-plugin-block-ce4a004a3a0011b99b6f82f4144db1e0a6b1cd30.tar.gz vdr-plugin-block-ce4a004a3a0011b99b6f82f4144db1e0a6b1cd30.tar.bz2 |
Added a new detection method. If the next show on the
current channel is blocked the plugin will switch to
another channel as soon as the next show begins. Strange
behaviour could occur, if the station does not accurately
update its EPG. Therefore you can still choose the old
detection method (On Switch) in the plugins setup, which
is also the default.
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,7 +12,8 @@ class cSetupBlock { public: int HideMenuEntry; int MessageTimeout; - + int DetectionMethod; + cSetupBlock(void); bool Parse(const char *Name, const char *Value); }; |