implement review suggestions

pull/2931/head
crobibero 4 years ago
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…
Cancel
Save