diff options
author | TheTroll <trolldev@gmail.com> | 2010-03-17 19:06:13 +0100 |
---|---|---|
committer | TheTroll <trolldev@gmail.com> | 2010-03-17 19:06:13 +0100 |
commit | 0288e7e23ea7aea31727780b6cfebb0baab87abc (patch) | |
tree | ae85dc2ea0ec2ced6ec4f26691212ce16f49980a /bin/jsonapi.php | |
parent | 6d3e8f33022129106ace66b97407bd66c02205c4 (diff) | |
download | istreamdev-0288e7e23ea7aea31727780b6cfebb0baab87abc.tar.gz istreamdev-0288e7e23ea7aea31727780b6cfebb0baab87abc.tar.bz2 |
Fixed subdirs browing and rec info
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; |