diff options
Diffstat (limited to 'webstore.c')
-rw-r--r-- | webstore.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"); |