update github updater

This commit is contained in:
Luke Pulverenti 2016-01-03 14:42:14 -05:00
parent 1b50cd00ec
commit c317f6c34f

View file

@ -1319,7 +1319,6 @@ namespace MediaBrowser.Server.Startup.Common
}
else if (ConfigurationManager.CommonConfiguration.SystemUpdateLevel == PackageVersionClass.Dev)
{
excludeSuffixes.Add("-dev");
cacheLength = TimeSpan.FromMinutes(5);
includePreRelease = true;
}