summaryrefslogtreecommitdiff
path: root/update.h
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2020-02-15 10:55:30 +0100
committerhorchi <vdr@jwendel.de>2020-02-15 10:55:30 +0100
commit2387a5893be264e59e60a8f9e1c302c53b791128 (patch)
treed4d83be2ffac24eebd07af5a8854e41a592ab539 /update.h
parentdddd5c42b27d936f22468f95e3da0a776451dbb7 (diff)
downloadvdr-plugin-epg2vdr-2387a5893be264e59e60a8f9e1c302c53b791128.tar.gz
vdr-plugin-epg2vdr-2387a5893be264e59e60a8f9e1c302c53b791128.tar.bz2
2020-02-14: version 1.1.107 (horchi,seahawk1986)\n - bugfix: Fixed cleanup of image links\n - change: Improved cleanup spead for images and links\n - bugfix: Fixed time handling for timers without event\n\n1.1.107
Diffstat (limited to 'update.h')
-rw-r--r--update.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.h b/update.h
index 2032569..4e0e0e2 100644
--- a/update.h
+++ b/update.h
@@ -197,7 +197,6 @@ class cUpdate : public cThread, public cStatus, public cParameters
int lookupVdrEventOf(int eId, const char* cId);
int storePicturesToFs();
int cleanupPictures();
- int pictureLinkNeeded(const char* linkName);
int getOsd2WebPort();
tChannelID toChanID(const char* chanIdStr)
@@ -285,6 +284,7 @@ class cUpdate : public cThread, public cStatus, public cParameters
cDbStatement* selectMasterVdr;
cDbStatement* selectAllImages;
cDbStatement* selectUpdEvents;
+ cDbStatement* selectAllEvents {nullptr};
cDbStatement* selectEventById;
cDbStatement* selectAllChannels;
cDbStatement* selectChannelById;