mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
Update Jellyfin.Api/Controllers/PluginsController.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
0ed3c2def2
commit
e445c2932a
@ -219,7 +219,7 @@ namespace Jellyfin.Api.Controllers
|
||||
|
||||
if (plugin != null)
|
||||
{
|
||||
_installationManager.UninstallPlugin(plugin!);
|
||||
_installationManager.UninstallPlugin(plugin);
|
||||
return NoContent();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user