-all songs of the current show are now highlighted in the now playing datatable.

This commit is contained in:
martin 2011-01-30 20:12:07 -05:00
parent dc6fcec0e3
commit eeaa7da6f5
5 changed files with 30 additions and 18 deletions

View file

@ -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();
}