2
0
Luke 9 жил өмнө
parent
commit
efdd1b1f2e

+ 4 - 0
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