summaryrefslogtreecommitdiff
path: root/update.h
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2018-02-10 17:44:57 +0100
committerhorchi <vdr@jwendel.de>2018-02-10 17:44:57 +0100
commit4b7842feee923e0ab599fcfb40138df489682d4a (patch)
treeba418b59f53a6556790d8eaf94c5b0f72f19bb72 /update.h
parent911b71c9c70b99b98677179dff404e8eb2432592 (diff)
downloadvdr-plugin-epg2vdr-4b7842feee923e0ab599fcfb40138df489682d4a.tar.gz
vdr-plugin-epg2vdr-4b7842feee923e0ab599fcfb40138df489682d4a.tar.bz2
minor change
Diffstat (limited to 'update.h')
-rw-r--r--update.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/update.h b/update.h
index a9be6c7..15e1594 100644
--- a/update.h
+++ b/update.h
@@ -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;