diff options
| author | Bond-009 <bond.009@outlook.com> | 2026-02-14 12:06:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-14 12:06:18 +0100 |
| commit | ca6d499680f9fbb369844a11eb0e0213b66bb00b (patch) | |
| tree | 3a0ab437e1899a7e9b51fbf27a0430189086c8f2 | |
| parent | 79061f463507b98f8b03db3431d23789d90de412 (diff) | |
Update Jellyfin.Api/Controllers/PlaylistsController.cs
| -rw-r--r-- | Jellyfin.Api/Controllers/PlaylistsController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/PlaylistsController.cs b/Jellyfin.Api/Controllers/PlaylistsController.cs index 1076d1eb0..1940895dd 100644 --- a/Jellyfin.Api/Controllers/PlaylistsController.cs +++ b/Jellyfin.Api/Controllers/PlaylistsController.cs @@ -359,7 +359,7 @@ public class PlaylistsController : BaseJellyfinApiController /// </summary> /// <param name="playlistId">The playlist id.</param> /// <param name="ids">Item id, comma delimited.</param> - /// <param name="position">Optional. 0-based index where to place the items or at the end if null.</param> + /// <param name="position">Optional. 0-based index where to place the items or at the end if <c>null</c>.</param> /// <param name="userId">The userId.</param> /// <response code="204">Items added to playlist.</response> /// <response code="403">Access forbidden.</response> |
