Fixed up syntax error introduced by last commit
This commit is contained in:
parent
713a158bb3
commit
e8a0ace018
1 changed files with 3 additions and 1 deletions
|
@ -1521,6 +1521,8 @@ class ApiController extends Zend_Controller_Action
|
|||
$m3uFile .= $stream['url'] . "\r\n\r\n";
|
||||
}
|
||||
echo $m3uFile;
|
||||
}
|
||||
|
||||
public function recalculateScheduleAction()
|
||||
{
|
||||
$this->view->layout()->disableLayout();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue