diff options
-rw-r--r-- | import.cpp | 2 | ||||
-rw-r--r-- | xmltv2vdr.h | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -983,7 +983,7 @@ bool cImport::PutEvent(cEPGSource *Source, sqlite3 *Db, cSchedule* Schedule, #endif #if VDRVERSNUM < 10726 && (!EPGHANDLER) - event->SetTableID(0); // prevent EIT EPG to update this event + Event->SetTableID(0); // prevent EIT EPG to update this event #endif if (!added && changed) diff --git a/xmltv2vdr.h b/xmltv2vdr.h index 2c188ee..72702d9 100644 --- a/xmltv2vdr.h +++ b/xmltv2vdr.h @@ -129,7 +129,6 @@ public: return (db!=NULL); } virtual bool IgnoreChannel(const cChannel *Channel); - virtual bool SetTitle(cEvent *Event,const char *Title); virtual bool SetShortText(cEvent *Event,const char *ShortText); virtual bool SetDescription(cEvent *Event,const char *Description); virtual bool HandleEvent(cEvent *Event); |