-added support to preview mp3+ogg audio (chrome only so far).
This commit is contained in:
parent
c673b12046
commit
6651688940
4 changed files with 39 additions and 5 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue