From efdd1b1f2eea354183fb3d85b103038b77ff21f9 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 fbd96f53ab..fb11b8d657 100644 --- a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs +++ b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs @@ -979,6 +979,10 @@ namespace MediaBrowser.Server.Startup.Common { get { + if (!ServerConfigurationManager.Configuration.EnableAutoUpdate) + { + return false; + } #if DEBUG return false; #endif