From e952e39574b180ebc50b383699b5c1fe201155ef Mon Sep 17 00:00:00 2001 From: horchi Date: Wed, 14 Feb 2018 17:37:21 +0100 Subject: 2018-02-14: version 1.1.134 (horchi)\n - bugfix: Fixed handling of timer type change by WEBIF\n\n --- webstore.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'webstore.c') diff --git a/webstore.c b/webstore.c index c8aff7e..adfc049 100644 --- a/webstore.c +++ b/webstore.c @@ -369,7 +369,7 @@ int cEpgHttpd::storeTimerJob(json_t* jInData, json_t* response) //*************************************************************************** // Modify Timer (copy paste from cMenuDb of epg2vdr) // -// - timerRow contains the destination vdrUuid +// - timerRow contains the new/modified values //*************************************************************************** int cEpgHttpd::modifyCreateTimer(cDbRow* timerRow) @@ -405,6 +405,11 @@ int cEpgHttpd::modifyCreateTimer(cDbRow* timerRow) if (!timerDb->hasValue("VDRUUID", timerRow->getStrValue("VDRUUID"))) move = yes; + + // move to another timer type? + + if (!timerDb->hasValue("TYPE", timerRow->getStrValue("TYPE"))) + move = yes; } else { -- cgit v1.2.3