diff options
Diffstat (limited to 'xmltv2vdr.h')
-rw-r--r-- | xmltv2vdr.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/xmltv2vdr.h b/xmltv2vdr.h index 72702d9..1570d0c 100644 --- a/xmltv2vdr.h +++ b/xmltv2vdr.h @@ -176,6 +176,7 @@ private: int epall; int imgdelafter; bool wakeup; + bool soundex; cEPGMappings epgmappings; cTEXTMappings textmappings; cEPGSources epgsources; @@ -302,6 +303,14 @@ public: { return wakeup; } + void SetSoundEx() + { + soundex=true; + } + bool SoundEx() + { + return soundex; + } }; class cPluginXmltv2vdr : public cPlugin |