CC-1845 had changed implementation of this and had an incorrect parameter.
This commit is contained in:
parent
a1dee48759
commit
541c3a0e0e
|
@ -668,7 +668,7 @@ class Show {
|
|||
$start_time = $row["start_time"];
|
||||
$end_time = $row["end_time"];
|
||||
|
||||
$length = $this->getTimeUnScheduled($start_date, $start_date, $start_time, $end_time);
|
||||
$length = $this->getTimeUnScheduled($start_date, $end_date, $start_time, $end_time);
|
||||
|
||||
return StoredFile::searchPlaylistsForSchedule($length, $datatables);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue