summaryrefslogtreecommitdiff
path: root/bin/jsonapi.php
diff options
context:
space:
mode:
authorTheTroll <trolldev@gmail.com>2010-03-25 13:39:15 +0100
committerTheTroll <trolldev@gmail.com>2010-03-25 13:39:15 +0100
commit1fcf072e7d5642aa7a2da75d6698982627e245fd (patch)
treee8a5a057aae16f3f8d32f8e20edbdc7fe50635e5 /bin/jsonapi.php
parente289b52f7761137a1c051357f1126e42ac28002a (diff)
downloadistreamdev-1fcf072e7d5642aa7a2da75d6698982627e245fd.tar.gz
istreamdev-1fcf072e7d5642aa7a2da75d6698982627e245fd.tar.bz2
changed getepg format
Diffstat (limited to 'bin/jsonapi.php')
-rwxr-xr-xbin/jsonapi.php2
1 files changed, 1 insertions, 1 deletions
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);
}