aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Startup.Common
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-02-09 12:13:50 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-02-09 12:13:50 -0500
commitde39408217b249102e38b8ef604d1777c090d86b (patch)
treee8596eadcbf08987f65704dfe4772ce1fc3732c9 /MediaBrowser.Server.Startup.Common
parent2247cd87949d4b6909510c7bf629b900fd322a8f (diff)
update person editor
Diffstat (limited to 'MediaBrowser.Server.Startup.Common')
-rw-r--r--MediaBrowser.Server.Startup.Common/ApplicationHost.cs4
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