-added support to preview mp3+ogg audio (chrome only so far).

This commit is contained in:
martin 2011-01-28 16:32:38 -05:00
parent c673b12046
commit 6651688940
4 changed files with 39 additions and 5 deletions

View file

@ -12,7 +12,7 @@ class LoginController extends Zend_Controller_Action
{
if(Zend_Auth::getInstance()->hasIdentity())
{
$this->_redirect('library/index');
$this->_redirect('Nowplaying');
}
//uses separate layout without a navigation.
@ -50,7 +50,7 @@ class LoginController extends Zend_Controller_Action
$authStorage = $auth->getStorage();
$authStorage->write($userInfo);
$this->_redirect('library/index');
$this->_redirect('Nowplaying');
}
else
{