diff options
author | horchi <vdr@jwendel.de> | 2018-02-10 17:44:57 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2018-02-10 17:44:57 +0100 |
commit | 4b7842feee923e0ab599fcfb40138df489682d4a (patch) | |
tree | ba418b59f53a6556790d8eaf94c5b0f72f19bb72 /update.h | |
parent | 911b71c9c70b99b98677179dff404e8eb2432592 (diff) | |
download | vdr-plugin-epg2vdr-4b7842feee923e0ab599fcfb40138df489682d4a.tar.gz vdr-plugin-epg2vdr-4b7842feee923e0ab599fcfb40138df489682d4a.tar.bz2 |
minor change
Diffstat (limited to 'update.h')
-rw-r--r-- | update.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -274,6 +274,7 @@ class cUpdate : public cThread, public cStatus, public cParameters cDbStatement* deleteTimer; cDbStatement* selectMyTimer; cDbStatement* selectRecordings; + cDbStatement* selectImagesOfRecording; cDbStatement* selectRecForInfoUpdate; cDbStatement* selectPendingTimerActions; cDbStatement* selectSwitchTimerActions; @@ -288,6 +289,7 @@ class cUpdate : public cThread, public cStatus, public cParameters cDbValue extChannelId; cDbValue imageUpdSp; cDbValue imageSize; + cDbValue imageSizeRec; cDbValue masterId; cDbValue* viewDescription; |