aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/ImageController.cs
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2022-01-10 10:59:32 -0700
committerCody Robibero <cody@robibe.ro>2022-01-10 10:59:32 -0700
commit0d335082c8cf541637f4bcae1dc0399f649d24ce (patch)
treed86c0ca71435f543986a4a4e6bac2f4734d565a8 /Jellyfin.Api/Controllers/ImageController.cs
parent6520ad03f055af5127b44d4afe310f0786bc6275 (diff)
suggestions from review
Diffstat (limited to 'Jellyfin.Api/Controllers/ImageController.cs')
-rw-r--r--Jellyfin.Api/Controllers/ImageController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/ImageController.cs b/Jellyfin.Api/Controllers/ImageController.cs
index b44a21d03..7cc526d21 100644
--- a/Jellyfin.Api/Controllers/ImageController.cs
+++ b/Jellyfin.Api/Controllers/ImageController.cs
@@ -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>