diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-02-09 12:13:50 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-02-09 12:13:50 -0500 |
| commit | de39408217b249102e38b8ef604d1777c090d86b (patch) | |
| tree | e8596eadcbf08987f65704dfe4772ce1fc3732c9 /MediaBrowser.Server.Startup.Common | |
| parent | 2247cd87949d4b6909510c7bf629b900fd322a8f (diff) | |
update person editor
Diffstat (limited to 'MediaBrowser.Server.Startup.Common')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/ApplicationHost.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs index 36d15b95a5..b17f10af3d 100644 --- a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs +++ b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs @@ -984,10 +984,6 @@ namespace MediaBrowser.Server.Startup.Common { get { - if (!ServerConfigurationManager.Configuration.EnableAutoUpdate) - { - return false; - } #if DEBUG return false; #endif |
