mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-28 19:54:48 +03:00
removed the IsCorePlugin property
This commit is contained in:
@@ -445,11 +445,6 @@ namespace MediaBrowser.Server.Implementations.Updates
|
||||
/// <exception cref="System.ArgumentException"></exception>
|
||||
public void UninstallPlugin(IPlugin plugin)
|
||||
{
|
||||
if (plugin.IsCorePlugin)
|
||||
{
|
||||
throw new ArgumentException(string.Format("{0} cannot be uninstalled because it is a core plugin.", plugin.Name));
|
||||
}
|
||||
|
||||
plugin.OnUninstalling();
|
||||
|
||||
// Remove it the quick way for now
|
||||
|
||||
Reference in New Issue
Block a user