From bf95cfe2e50517df46e6f849aba58b6fed2141c7 Mon Sep 17 00:00:00 2001 From: LukePulverenti Date: Mon, 4 Mar 2013 23:29:43 -0500 Subject: removed the IsCorePlugin property --- MediaBrowser.Server.Implementations/Updates/InstallationManager.cs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'MediaBrowser.Server.Implementations/Updates') diff --git a/MediaBrowser.Server.Implementations/Updates/InstallationManager.cs b/MediaBrowser.Server.Implementations/Updates/InstallationManager.cs index bfba00a8c..e17ed0301 100644 --- a/MediaBrowser.Server.Implementations/Updates/InstallationManager.cs +++ b/MediaBrowser.Server.Implementations/Updates/InstallationManager.cs @@ -445,11 +445,6 @@ namespace MediaBrowser.Server.Implementations.Updates /// 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 -- cgit v1.2.3