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:
parent
f9dca67376
commit
79b6d13c16
2 changed files with 5 additions and 2 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue