From f211a6c17b9171b2d1191b3a35ac8f34490ff0cc Mon Sep 17 00:00:00 2001 From: Cody Robibero Date: Sun, 21 Jun 2020 09:33:52 -0600 Subject: [PATCH] Update Jellyfin.Api/Controllers/PluginsController.cs Co-authored-by: David --- Jellyfin.Api/Controllers/PluginsController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jellyfin.Api/Controllers/PluginsController.cs b/Jellyfin.Api/Controllers/PluginsController.cs index ecae63011..f6036b748 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")]