implement review suggestions
This commit is contained in:
parent
a7a725173d
commit
b28dd47a0f
|
@ -78,7 +78,7 @@ namespace Jellyfin.Api.Controllers
|
||||||
}
|
}
|
||||||
catch (ResourceNotFoundException e)
|
catch (ResourceNotFoundException e)
|
||||||
{
|
{
|
||||||
return StatusCode(StatusCodes.Status404NotFound, e.Message);
|
return NotFound(e.Message);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user