aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MediaBrowser.Server.Implementations/Updates/InstallationManager.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/MediaBrowser.Server.Implementations/Updates/InstallationManager.cs b/MediaBrowser.Server.Implementations/Updates/InstallationManager.cs
index 7e5b294d6..9c3b532ec 100644
--- a/MediaBrowser.Server.Implementations/Updates/InstallationManager.cs
+++ b/MediaBrowser.Server.Implementations/Updates/InstallationManager.cs
@@ -417,13 +417,6 @@ namespace MediaBrowser.Server.Implementations.Updates
if (plugin != null)
{
- // Synchronize the UpdateClass value
- if (plugin.Configuration.UpdateClass != package.classification)
- {
- plugin.Configuration.UpdateClass = package.classification;
- plugin.SaveConfiguration();
- }
-
OnPluginUpdated(plugin, package);
}
else