CC-3483: Live Stream: default fade in/out for live stream transition

- take care of bootstrap of pypo
This commit is contained in:
James 2012-03-20 22:29:52 -04:00
parent 6b768c2f99
commit b4e9f9699c
2 changed files with 2 additions and 0 deletions

View file

@ -1009,6 +1009,7 @@ class ApiController extends Zend_Controller_Action
$this->view->switch_status = $res;
$this->view->station_name = Application_Model_Preference::GetStationName();
$this->view->stream_label = Application_Model_Preference::GetStreamLabelFormat();
$this->view->transition_fade = Application_Model_Preference::GetDefaultTransitionFade();
}
/* This is used but Liquidsoap to check authentication of live streams*/