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 372c063..0c3b350 100755 --- a/bin/jsonapi.php +++ b/bin/jsonapi.php @@ -68,7 +68,7 @@ function getRecInfo($rec) $ret = array(); $info = array(); - list($info['channel'], $info['name'], $info['desc']) = vdrgetrecinfo($rec); + list($info['channel'], $info['name'], $info['desc'], $info['recorded']) = vdrgetrecinfo($rec); $ret['program'] = $info; |