mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
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…
x
Reference in New Issue
Block a user