diff options
author | TheTroll <trolldev@gmail.com> | 2010-03-25 13:39:15 +0100 |
---|---|---|
committer | TheTroll <trolldev@gmail.com> | 2010-03-25 13:39:15 +0100 |
commit | 1fcf072e7d5642aa7a2da75d6698982627e245fd (patch) | |
tree | e8a5a057aae16f3f8d32f8e20edbdc7fe50635e5 /bin/jsonapi.php | |
parent | e289b52f7761137a1c051357f1126e42ac28002a (diff) | |
download | istreamdev-1fcf072e7d5642aa7a2da75d6698982627e245fd.tar.gz istreamdev-1fcf072e7d5642aa7a2da75d6698982627e245fd.tar.bz2 |
changed getepg format
Diffstat (limited to 'bin/jsonapi.php')
-rwxr-xr-x | bin/jsonapi.php | 2 |
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); } |