Temporarily fix live stream auth (show source)
This commit is contained in:
parent
9087db2043
commit
cea3fc5302
@ -1225,6 +1225,8 @@ class ApiController extends Zend_Controller_Action
|
||||
} elseif ($djtype == "dj") {
|
||||
//check against show dj auth
|
||||
$showInfo = Application_Model_Show::getCurrentShow();
|
||||
$showInfo = $showInfo[0]; //When did this change??? - Albert
|
||||
|
||||
// there is current playing show
|
||||
if (isset($showInfo['id'])) {
|
||||
$current_show_id = $showInfo['id'];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user