summaryrefslogtreecommitdiff
path: root/event.h
diff options
context:
space:
mode:
Diffstat (limited to 'event.h')
-rw-r--r--event.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/event.h b/event.h
index f93e591..c7000a7 100644
--- a/event.h
+++ b/event.h
@@ -49,6 +49,7 @@ private:
int season;
int episode;
int episodeoverall;
+ bool weakid;
tEventID eventid;
tEventID eiteventid;
cXMLTVStringList video;
@@ -89,6 +90,10 @@ public:
void SetPics(const char *Pics);
void CreateEventID(time_t StartTime);
void GetSQL(const char *Source, int SrcIdx, const char *ChannelID, char **Insert, char **Update);
+ bool WeakID()
+ {
+ return weakid;
+ }
cXMLTVStringList *Credits()
{
return &credits;