From 821b6894e555eb0dc1071911273e98baceff4f22 Mon Sep 17 00:00:00 2001 From: Luke Date: Sun, 17 Jan 2016 21:03:48 -0500 Subject: [PATCH] update CanSelfUpdate --- MediaBrowser.Server.Startup.Common/ApplicationHost.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs index b0f37eeef8..21731a3a60 100644 --- a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs +++ b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs @@ -970,6 +970,10 @@ namespace MediaBrowser.Server.Startup.Common { get { + if (!ServerConfigurationManager.Configuration.EnableAutoUpdate) + { + return false; + } #if DEBUG return false; #endif