diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-22 15:59:40 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-22 15:59:40 -0400 |
| commit | 3960dda3bd28120de94ed5e1a92c62ca08cf20e0 (patch) | |
| tree | 2f16a514dc89f477ee4053ff0ce1767bba195eed | |
| parent | a55e1510549a656d45eed68be8d1c1af66a0937c (diff) | |
remove auto-setting of update level
| -rw-r--r-- | MediaBrowser.Server.Implementations/Updates/InstallationManager.cs | 7 |
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 |
