update CanSelfUpdate

pull/702/head
Luke 9 years ago committed by Luke Pulverenti
parent e173a9ec7f
commit 821b6894e5

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

Loading…
Cancel
Save