summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMidas <vdrportal_midas@gmx.de>2010-06-02 21:14:58 +0200
committerMidas <vdrportal_midas@gmx.de>2010-06-02 21:14:58 +0200
commitce4a004a3a0011b99b6f82f4144db1e0a6b1cd30 (patch)
tree97795f2e1ab8a797b2ad3b58d6a2a9408f4e7023 /config.h
parent28dd453730435dd8123cb29e0698e91e97438f77 (diff)
downloadvdr-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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index 5273220..76e7903 100644
--- a/config.h
+++ b/config.h
@@ -12,7 +12,8 @@ class cSetupBlock {
public:
int HideMenuEntry;
int MessageTimeout;
-
+ int DetectionMethod;
+
cSetupBlock(void);
bool Parse(const char *Name, const char *Value);
};