mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 02:18:54 -07:00
implement review suggestions
This commit is contained in:
parent
a7a725173d
commit
b28dd47a0f
@ -78,7 +78,7 @@ namespace Jellyfin.Api.Controllers
|
||||
}
|
||||
catch (ResourceNotFoundException e)
|
||||
{
|
||||
return StatusCode(StatusCodes.Status404NotFound, e.Message);
|
||||
return NotFound(e.Message);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user