diff --git a/Jellyfin.Api/Controllers/PlaylistsController.cs b/Jellyfin.Api/Controllers/PlaylistsController.cs
index 1076d1eb06..1940895dd4 100644
--- a/Jellyfin.Api/Controllers/PlaylistsController.cs
+++ b/Jellyfin.Api/Controllers/PlaylistsController.cs
@@ -359,7 +359,7 @@ public class PlaylistsController : BaseJellyfinApiController
///
/// The playlist id.
/// Item id, comma delimited.
- /// Optional. 0-based index where to place the items or at the end if null.
+ /// Optional. 0-based index where to place the items or at the end if null.
/// The userId.
/// Items added to playlist.
/// Access forbidden.