diff options
| author | Shadowghost <Ghost_of_Stone@web.de> | 2024-04-03 21:24:51 +0200 |
|---|---|---|
| committer | Shadowghost <Ghost_of_Stone@web.de> | 2024-04-03 21:24:51 +0200 |
| commit | 9031aae6531f86bdf2857badb94308c8a1e82b47 (patch) | |
| tree | 67d40751d4c2a17830c0239bcdb4e0878d621506 /Jellyfin.Api/Controllers/PlaylistsController.cs | |
| parent | e3897fe5ddc6013da43557f03b4836e5acfde18c (diff) | |
Typo
Diffstat (limited to '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 69abe5f7e..1100f85cf 100644 --- a/Jellyfin.Api/Controllers/PlaylistsController.cs +++ b/Jellyfin.Api/Controllers/PlaylistsController.cs @@ -185,7 +185,7 @@ public class PlaylistsController : BaseJellyfinApiController /// <param name="playlistId">The playlist id.</param> /// <param name="userId">The user id.</param> /// <response code="200">User permission found.</response> - /// <response code="200">Access forbidden.</response> + /// <response code="403">Access forbidden.</response> /// <response code="404">Playlist not found.</response> /// <returns> /// <see cref="PlaylistUserPermissions"/>. |
