Remove exception handler
This commit is contained in:
parent
8eac528815
commit
84fcb4926c
|
@ -79,10 +79,6 @@ namespace Jellyfin.Api.Controllers
|
||||||
{
|
{
|
||||||
return StatusCode(StatusCodes.Status404NotFound, e.Message);
|
return StatusCode(StatusCodes.Status404NotFound, e.Message);
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
|
||||||
{
|
|
||||||
return StatusCode(StatusCodes.Status500InternalServerError, e.Message);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user