From 1fcf072e7d5642aa7a2da75d6698982627e245fd Mon Sep 17 00:00:00 2001 From: TheTroll Date: Thu, 25 Mar 2010 13:39:15 +0100 Subject: changed getepg format --- bin/jsonapi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/jsonapi.php') diff --git a/bin/jsonapi.php b/bin/jsonapi.php index 298806b..d50c762 100755 --- a/bin/jsonapi.php +++ b/bin/jsonapi.php @@ -192,7 +192,7 @@ function getEpg($channel, $time, $day, $programs) { $ret = array(); - $ret['channel'] = vdrgetepg($channel, $time, $day, $programs, 0); + $ret['category'] = vdrgetepg($channel, $time, $day, $programs, 0); return json_encode($ret); } -- cgit v1.2.3