From 9031aae6531f86bdf2857badb94308c8a1e82b47 Mon Sep 17 00:00:00 2001 From: Shadowghost Date: Wed, 3 Apr 2024 21:24:51 +0200 Subject: [PATCH] Typo --- Jellyfin.Api/Controllers/PlaylistsController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jellyfin.Api/Controllers/PlaylistsController.cs b/Jellyfin.Api/Controllers/PlaylistsController.cs index 69abe5f7eb..1100f85cf5 100644 --- a/Jellyfin.Api/Controllers/PlaylistsController.cs +++ b/Jellyfin.Api/Controllers/PlaylistsController.cs @@ -185,7 +185,7 @@ public class PlaylistsController : BaseJellyfinApiController /// The playlist id. /// The user id. /// User permission found. - /// Access forbidden. + /// Access forbidden. /// Playlist not found. /// /// .