diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-07-06 10:05:20 +0200 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2008-07-06 10:05:20 +0200 |
commit | 4ab563aad38a3278062f21bbd76375f4c92e2839 (patch) | |
tree | 8afc36d5e1c977b5fc6c0289e63487f504552e34 /epgsearchext.h | |
parent | 66dd9fb9e25bdad629416584e2f4a1251bd980d0 (diff) | |
download | vdr-plugin-epgsearch-4ab563aad38a3278062f21bbd76375f4c92e2839.tar.gz vdr-plugin-epgsearch-4ab563aad38a3278062f21bbd76375f4c92e2839.tar.bz2 |
ignore running events when searching for repeats for searchtimers with 'avoid repeats'
Diffstat (limited to 'epgsearchext.h')
-rw-r--r-- | epgsearchext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/epgsearchext.h b/epgsearchext.h index baa2234..6d0929e 100644 --- a/epgsearchext.h +++ b/epgsearchext.h @@ -163,6 +163,7 @@ public: int ignoreMissingEPGCats; int unmuteSoundOnSwitch; + bool skipRunningEvents; static char *buffer; public: cSearchExt(void); |