diff options
author | horchi <vdr@jwendel.de> | 2020-09-22 18:13:18 +0200 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2020-09-22 18:13:18 +0200 |
commit | 21ac459be351ebf9e8977f1a8617d0e60172c857 (patch) | |
tree | 19b80ec726138acacb75b9a1622cc835d60b38cd /update.h | |
parent | 6accbdd431ad2e2e4d7b1568840f7566e36e024d (diff) | |
download | vdr-plugin-epg2vdr-1.1.118.tar.gz vdr-plugin-epg2vdr-1.1.118.tar.bz2 |
2020-09-22: version 1.1.118 (horchi)\n - bugfix: Fixed problem with update of timer table\n\n1.1.118
Diffstat (limited to 'update.h')
-rw-r--r-- | update.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -154,7 +154,7 @@ class cUpdate : public cThread, public cStatus, public cParameters // notifications from VDRs status interface - virtual void TimerChange(const cTimer* Timer, eTimerChange Change); + // virtual void TimerChange(const cTimer* Timer, eTimerChange Change); virtual void Recording(const cDevice *Device, const char *Name, const char *FileName, bool On); virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber, bool LiveView); @@ -250,6 +250,7 @@ class cUpdate : public cThread, public cStatus, public cParameters int dbReconnectTriggered; int timerJobsUpdateTriggered; int timerTableUpdateTriggered; + cStateKey timerStateKey; int manualTrigger; int recordingStateChangedTrigger; int recordingFullReloadTrigger; |