From 4b31bd71bf2169ab4b5dc4bcec89bcdaf23a881c Mon Sep 17 00:00:00 2001 From: TheTroll Date: Wed, 24 Mar 2010 19:09:06 +0100 Subject: Rewrote getepg (speedup) --- bin/session.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/session.php') diff --git a/bin/session.php b/bin/session.php index 0819632..886522a 100755 --- a/bin/session.php +++ b/bin/session.php @@ -142,8 +142,8 @@ function sessiongetinfo($session) case 'tv': $info['name'] = $channame; $channum = vdrgetchannum($channame); - list($info['now_time'], $info['now_title'], $info['now_desc']) = vdrgetchanat($channum, "now"); - list($info['next_time'], $info['next_title'], $info['next_desc']) = vdrgetchanat($channum, "next"); + list($info['now_time'], $info['now_title'], $info['now_desc']) = vdrgetepgat($channum, "now"); + list($info['next_time'], $info['next_title'], $info['next_desc']) = vdrgetepgat($channum, "next"); break; case 'rec': $info['channel'] = $channame; -- cgit v1.2.3