so no playlists show up on left side when a show is overbooked.
This commit is contained in:
parent
76b1e3b7f7
commit
1e94578f13
2 changed files with 5 additions and 4 deletions
|
@ -670,9 +670,9 @@ class ShowInstance {
|
|||
|
||||
public function searchPlaylistsForShow($datatables){
|
||||
|
||||
//$length = $this->getTimeUnScheduled();
|
||||
//return StoredFile::searchPlaylistsForSchedule($length, $datatables);
|
||||
return StoredFile::searchPlaylistsForSchedule($datatables);
|
||||
$time_remaining = $this->getTimeUnScheduled();
|
||||
|
||||
return StoredFile::searchPlaylistsForSchedule($time_remaining, $datatables);
|
||||
}
|
||||
|
||||
public function getShowListContent() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue