mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-12 20:59:54 -04:00
Remove exception handler
This commit is contained in:
parent
1fc6825410
commit
08eba82bb7
@ -79,10 +79,6 @@ namespace Jellyfin.Api.Controllers
|
||||
{
|
||||
return StatusCode(StatusCodes.Status404NotFound, e.Message);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
return StatusCode(StatusCodes.Status500InternalServerError, e.Message);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user