mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
implement review suggestions
This commit is contained in:
@@ -78,7 +78,7 @@ namespace Jellyfin.Api.Controllers
|
||||
}
|
||||
catch (ResourceNotFoundException e)
|
||||
{
|
||||
return StatusCode(StatusCodes.Status404NotFound, e.Message);
|
||||
return NotFound(e.Message);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user