CC-4303: Library Tab grays out after certain scenario with normal playlist
-fixed
This commit is contained in:
parent
35a5e38aca
commit
8d1003bbbe
2 changed files with 5 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue