aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/PluginsController.cs
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-12-18 08:23:28 +0000
committerGitHub <noreply@github.com>2020-12-18 08:23:28 +0000
commit5d5b198525bd3a45f6c3f61dda559597e24b7d45 (patch)
tree5a2cf1d045f3f5c835dda5c6ee341c15a1a7b54f /Jellyfin.Api/Controllers/PluginsController.cs
parente445c2932afe8107846f85e308941d75350be013 (diff)
Update Jellyfin.Api/Controllers/PluginsController.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
Diffstat (limited to 'Jellyfin.Api/Controllers/PluginsController.cs')
-rw-r--r--Jellyfin.Api/Controllers/PluginsController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/PluginsController.cs b/Jellyfin.Api/Controllers/PluginsController.cs
index 5a3a3eef9..1365764fb 100644
--- a/Jellyfin.Api/Controllers/PluginsController.cs
+++ b/Jellyfin.Api/Controllers/PluginsController.cs
@@ -188,7 +188,7 @@ namespace Jellyfin.Api.Controllers
return NotFound();
}
- _installationManager.UninstallPlugin(plugin!);
+ _installationManager.UninstallPlugin(plugin);
return NoContent();
}