CC-4321: NowPlaying: Cancelling Webstream has no effect and results in OnAir being grayed out

-set DbEnds to 1 second in the past when cancelling stream
This commit is contained in:
Martin Konecny 2012-08-30 17:52:39 -04:00
parent f9dca67376
commit 79b6d13c16
2 changed files with 5 additions and 2 deletions

View file

@ -605,7 +605,7 @@ SQL;
}
// Scheduler wants everything in a playlist
$items = Application_Model_Schedule::GetItems($range_start, $range_end);
$items = self::GetItems($range_start, $range_end);
$data = array();
$utcTimeZone = new DateTimeZone("UTC");