suggestions from review

This commit is contained in:
Cody Robibero
2022-01-10 10:59:32 -07:00
parent 6520ad03f0
commit 0d335082c8
4 changed files with 4 additions and 12 deletions

View File

@@ -1793,7 +1793,7 @@ namespace Jellyfin.Api.Controllers
/// Uploads a custom splashscreen.
/// </summary>
/// <returns>A <see cref="NoContentResult"/> indicating success.</returns>
/// <response code="204">Sucessfully uploaded new splashscreen.</response>
/// <response code="204">Successfully uploaded new splashscreen.</response>
/// <response code="400">Error reading MimeType from uploaded image.</response>
/// <response code="403">User does not have permission to upload splashscreen..</response>
/// <exception cref="ArgumentException">Error reading the image format.</exception>