浏览代码

remove auto-setting of update level

Luke Pulverenti 12 年之前
父节点
当前提交
3960dda3bd
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0 7
      MediaBrowser.Server.Implementations/Updates/InstallationManager.cs

+ 0 - 7
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