update CanSelfUpdate

This commit is contained in:
Luke 2016-01-17 21:03:48 -05:00
parent db81d2ca1a
commit efdd1b1f2e

View File

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