diff options
author | Christian Wieninger <cwieninger@gmx.de> | 2011-06-12 10:41:37 +0200 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2011-06-12 10:41:37 +0200 |
commit | 7caf8219ca7295a0f25bb1789f9658c4b3c324ff (patch) | |
tree | 2d4c4d0f37702aeb5882e88ad3535980e0f3dd7b /epgsearchext.h | |
parent | a31c53e6d76e60de171394371f07b188b759fa74 (diff) | |
download | vdr-plugin-epgsearch-7caf8219ca7295a0f25bb1789f9658c4b3c324ff.tar.gz vdr-plugin-epgsearch-7caf8219ca7295a0f25bb1789f9658c4b3c324ff.tar.bz2 |
avoid repeats by 'compare epxression'
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 4677b07..9a61f5b 100644 --- a/epgsearchext.h +++ b/epgsearchext.h @@ -150,6 +150,7 @@ public: int compareSubtitle; int compareSummary; int compareSummaryMatchInPercent; + char compareExpression[MaxFileName]; int allowedRepeats; unsigned long catvaluesAvoidRepeat; int repeatsWithinDays; |