From: Chris Tallon Date: Sat, 25 May 2013 16:24:32 +0000 (+0100) Subject: Add result to timers list call X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=e383c4b1e061d1fa11d5ae17295d2ca264d3a7d3;p=jsonserver.git Add result to timers list call --- diff --git a/handler.c b/handler.c index dcbb965..4081c5f 100644 --- a/handler.c +++ b/handler.c @@ -797,6 +797,7 @@ bool jsonserver_timerlist(Json::Value& js) } js["Timers"] = jstimers; + js["Result"] = true; return true; }