CC-3449: Live Stream: Kick out live dj at the end of the show
- PHP side implementation
This commit is contained in:
parent
24260e8908
commit
f8d3a8c8bb
3 changed files with 26 additions and 1 deletions
|
@ -633,6 +633,11 @@ class Application_Model_Schedule {
|
|||
|
||||
$data["status"] = array();
|
||||
$data["media"] = array();
|
||||
$data["harbor"] = array();
|
||||
|
||||
|
||||
$data["harbor"]['next_live_dj_show_end'] = Application_Model_ShowInstance::GetEndTimeOfNextShowWithLiveDJ();
|
||||
$data["harbor"]['transition_fade'] = Application_Model_Preference::GetDefaultTransitionFade();
|
||||
|
||||
foreach ($items as $item){
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue