mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-23 15:30:56 -04:00
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…
x
Reference in New Issue
Block a user