CC-4370: Transitioning between two webstreams a hiccup in the stream is audible
-some major refactoring before fixing this problem
This commit is contained in:
parent
6c8d602518
commit
d20c450226
6 changed files with 161 additions and 102 deletions
|
@ -336,7 +336,7 @@ class ApiController extends Zend_Controller_Action
|
|||
$this->view->layout()->disableLayout();
|
||||
$this->_helper->viewRenderer->setNoRender(true);
|
||||
|
||||
$data = Application_Model_Schedule::getScheduledPlaylists();
|
||||
$data = Application_Model_Schedule::getSchedule();
|
||||
echo json_encode($data, JSON_FORCE_OBJECT);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue