From 0288e7e23ea7aea31727780b6cfebb0baab87abc Mon Sep 17 00:00:00 2001 From: TheTroll Date: Wed, 17 Mar 2010 19:06:13 +0100 Subject: Fixed subdirs browing and rec info --- bin/jsonapi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/jsonapi.php') 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; -- cgit v1.2.3