-all songs of the current show are now highlighted in the now playing datatable.
This commit is contained in:
parent
dc6fcec0e3
commit
eeaa7da6f5
5 changed files with 30 additions and 18 deletions
|
@ -22,6 +22,7 @@ class NowplayingController extends Zend_Controller_Action
|
|||
|
||||
public function getDataGridDataAction()
|
||||
{
|
||||
//$this->view->entries = json_encode(Application_Model_Nowplaying::GetDataGridData());
|
||||
$this->view->entries = Application_Model_Nowplaying::GetDataGridData();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue