-UI changes.

-Blank row now displays start and end time
-Changed default playlist name
This commit is contained in:
mkonecny 2011-02-09 17:02:32 -05:00
parent a43da4e887
commit a447839745
5 changed files with 23 additions and 21 deletions

View file

@ -88,7 +88,7 @@ class PlaylistController extends Zend_Controller_Action
$userInfo = Zend_Auth::getInstance()->getStorage()->read();
$pl = new Playlist();
$pl_id = $pl->create("Test Zend Auth");
$pl_id = $pl->create("Untitled Playlist");
$pl->setPLMetaData('dc:creator', $userInfo->login);
$this->changePlaylist($pl_id);