diff --git a/legacy/application/controllers/PlaylistController.php b/legacy/application/controllers/PlaylistController.php index 294992e83..4775e5ffc 100644 --- a/legacy/application/controllers/PlaylistController.php +++ b/legacy/application/controllers/PlaylistController.php @@ -230,8 +230,6 @@ class PlaylistController extends Zend_Controller_Action $this->createFullResponse($obj); } catch (PlaylistNotFoundException $e) { $this->playlistNotFound($type); - } catch (Exception $e) { - $this->playlistUnknownError($e); } }