aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/PluginsController.cs
diff options
context:
space:
mode:
authorBaronGreenback <jimcartlidge@yahoo.co.uk>2020-12-18 08:23:15 +0000
committerGitHub <noreply@github.com>2020-12-18 08:23:15 +0000
commite445c2932afe8107846f85e308941d75350be013 (patch)
tree9b86dc312b28f462b2babc08377f74c3286f9641 /Jellyfin.Api/Controllers/PluginsController.cs
parent0ed3c2def2017f775cb9ab3e31aa9aa95cdea7f4 (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 6db74571c..5a3a3eef9 100644
--- a/Jellyfin.Api/Controllers/PluginsController.cs
+++ b/Jellyfin.Api/Controllers/PluginsController.cs
@@ -219,7 +219,7 @@ namespace Jellyfin.Api.Controllers
if (plugin != null)
{
- _installationManager.UninstallPlugin(plugin!);
+ _installationManager.UninstallPlugin(plugin);
return NoContent();
}