diff options
author | horchi <vdr@jwendel.de> | 2020-02-15 10:55:30 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2020-02-15 10:55:30 +0100 |
commit | 2387a5893be264e59e60a8f9e1c302c53b791128 (patch) | |
tree | d4d83be2ffac24eebd07af5a8854e41a592ab539 /update.h | |
parent | dddd5c42b27d936f22468f95e3da0a776451dbb7 (diff) | |
download | vdr-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |