summaryrefslogtreecommitdiff
path: root/bin/vdr.php
diff options
context:
space:
mode:
authorTheTroll <trolldev@gmail.com>2010-03-26 15:47:55 +0100
committerTheTroll <trolldev@gmail.com>2010-03-26 15:47:55 +0100
commit2249131e676ff868a8fecc27e07aedeefcdd3e92 (patch)
treef592f2f233b40a4fc3ee94c1a7ff79a2456b176b /bin/vdr.php
parenta1ef98c9e01b067876d2b209ecc64b582978b0ae (diff)
downloadistreamdev-2249131e676ff868a8fecc27e07aedeefcdd3e92.tar.gz
istreamdev-2249131e676ff868a8fecc27e07aedeefcdd3e92.tar.bz2
Fix
Diffstat (limited to 'bin/vdr.php')
-rwxr-xr-xbin/vdr.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/vdr.php b/bin/vdr.php
index f89646d..154a244 100755
--- a/bin/vdr.php
+++ b/bin/vdr.php
@@ -550,6 +550,7 @@ function vdrgetepg($channel, $time, $day, $programs, $extended)
if ($extended)
{
list ($chanentry['date'], $chanentry['time'], $chanentry['title'], $chanentry['desc']) = vdrgetepgat($channel, "at " .$requesteddate);
+ $chanentry['name'] = vdrgetchanname($channel);
return $chanentry;
}
else