CC-4303: Library Tab grays out after certain scenario with normal playlist

-fixed
This commit is contained in:
denise 2012-09-06 11:48:00 -04:00
parent 35a5e38aca
commit 8d1003bbbe
2 changed files with 5 additions and 1 deletions

View file

@ -447,7 +447,7 @@ class PlaylistController extends Zend_Controller_Action
} catch (PlaylistOutDatedException $e) {
$this->playlistOutdated($e);
} catch (PlaylistNotFoundException $e) {
$this->playlistNotFound($type);
$this->playlistNotFound($type, true);
} catch (Exception $e) {
$this->playlistUnknownError($e);
}