Tv.php
authorAlan Knowles <alan@akbkhome.com>
Sat, 29 Oct 2011 11:32:53 +0000 (19:32 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 29 Oct 2011 11:32:53 +0000 (19:32 +0800)
Tv.php

diff --git a/Tv.php b/Tv.php
index fde7025..0bd6204 100644 (file)
--- a/Tv.php
+++ b/Tv.php
@@ -414,6 +414,7 @@ class XML_Tv
                     continue;
                 }
                 foreach($sched as $item) {
+                    $item['day'] = $day;
                     $this->debug(print_r($item, true));
                     $bits = explode(':', $item['hour']);
                     if ($bits[0] < $last) {