update github updater

This commit is contained in:
Luke Pulverenti 2016-01-03 14:42:14 -05:00
parent 98a7f5b5d7
commit 5acc026c83

View file

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