summaryrefslogtreecommitdiff
path: root/epgsearch.h
diff options
context:
space:
mode:
Diffstat (limited to 'epgsearch.h')
-rw-r--r--epgsearch.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epgsearch.h b/epgsearch.h
index fd47496..4519490 100644
--- a/epgsearch.h
+++ b/epgsearch.h
@@ -133,6 +133,8 @@ public:
void SetUseAsSearchTimerFrom(std::string const& datestring, std::string const& format);
std::string UseAsSearchTimerTil(std::string const& format);
void SetUseAsSearchTimerTil(std::string const& datestring, std::string const& format);
+ bool IgnoreMissingEPGCats() const { return m_ignoreMissingEPGCats; }
+ void SetIgnoreMissingEPGCats(bool ignoreMissingEPGCats) { m_ignoreMissingEPGCats = ignoreMissingEPGCats; }
private:
int m_id;
@@ -186,6 +188,7 @@ private:
int m_delAfterDaysOfFirstRec;
time_t m_useAsSearchTimerFrom;
time_t m_useAsSearchTimerTil;
+ bool m_ignoreMissingEPGCats;
void ParseChannel( std::string const& data );
void ParseChannelIDs( std::string const& data );