Temporarily fix live stream auth (show source)

This commit is contained in:
Albert Santoni 2014-11-20 13:59:59 -05:00
parent 9087db2043
commit cea3fc5302

View file

@ -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'];