Temporarily fix live stream auth (show source)
This commit is contained in:
parent
9087db2043
commit
cea3fc5302
1 changed files with 2 additions and 0 deletions
|
@ -1225,6 +1225,8 @@ class ApiController extends Zend_Controller_Action
|
||||||
} elseif ($djtype == "dj") {
|
} elseif ($djtype == "dj") {
|
||||||
//check against show dj auth
|
//check against show dj auth
|
||||||
$showInfo = Application_Model_Show::getCurrentShow();
|
$showInfo = Application_Model_Show::getCurrentShow();
|
||||||
|
$showInfo = $showInfo[0]; //When did this change??? - Albert
|
||||||
|
|
||||||
// there is current playing show
|
// there is current playing show
|
||||||
if (isset($showInfo['id'])) {
|
if (isset($showInfo['id'])) {
|
||||||
$current_show_id = $showInfo['id'];
|
$current_show_id = $showInfo['id'];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue