update CanSelfUpdate

This commit is contained in:
Luke 2016-01-17 21:03:48 -05:00 committed by Luke Pulverenti
parent e173a9ec7f
commit 821b6894e5

View File

@ -970,6 +970,10 @@ namespace MediaBrowser.Server.Startup.Common
{ {
get get
{ {
if (!ServerConfigurationManager.Configuration.EnableAutoUpdate)
{
return false;
}
#if DEBUG #if DEBUG
return false; return false;
#endif #endif