diff options
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); } |