diff --git a/Jellyfin.Api/Controllers/PluginsController.cs b/Jellyfin.Api/Controllers/PluginsController.cs index ecae630111..f6036b748d 100644 --- a/Jellyfin.Api/Controllers/PluginsController.cs +++ b/Jellyfin.Api/Controllers/PluginsController.cs @@ -107,7 +107,7 @@ namespace Jellyfin.Api.Controllers /// Plugin not found or plugin does not have configuration. /// /// A that represents the asynchronous operation to update plugin configuration. - /// The task result contains an indicating success, or + /// The task result contains an indicating success, or /// when plugin not found or plugin doesn't have configuration. /// [HttpPost("{pluginId}/Configuration")]