Merge branch 'cc-2211-changes-to-playlist-not-shown' into devel

This commit is contained in:
martin 2011-04-29 15:31:18 -04:00
commit 50c649dc59
8 changed files with 76 additions and 1 deletions

View file

@ -220,6 +220,8 @@ class PlaylistController extends Zend_Controller_Action
$this->view->length = $pl->getLength();
unset($this->view->pl);
return;
}
public function setCueAction()