auto update fixes

This commit is contained in:
Luke Pulverenti
2013-09-30 11:04:38 -04:00
parent 3733ebd21e
commit f4f91a8316
4 changed files with 7 additions and 6 deletions

View File

@@ -511,7 +511,7 @@ namespace MediaBrowser.ServerApplication
#if DEBUG
return false;
#endif
return ConfigurationManager.CommonConfiguration.EnableAutoUpdate;
return true;
}
}