summaryrefslogtreecommitdiff
path: root/webstore.c
diff options
context:
space:
mode:
Diffstat (limited to 'webstore.c')
-rw-r--r--webstore.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/webstore.c b/webstore.c
index adfc049..be6f8b2 100644
--- a/webstore.c
+++ b/webstore.c
@@ -340,6 +340,7 @@ int cEpgHttpd::storeTimerJob(json_t* jInData, json_t* response)
{
timerRow.setValue("EVENTID", eventid);
timerRow.setValue("_STARTTIME", eventStartTime);
+ timerRow.setValue("_ENDTIME", eventEndTime);
}
getFieldFromJson(jInData, &timerRow, "VDRUUID");