aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-01-03 14:42:14 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-01-08 21:00:34 -0500
commitc317f6c34f711b6333728deaef4813b5ce197809 (patch)
tree157fbd14dc0aae324bd6c0b92cbdb079e6c92222
parent1b50cd00ec7b81a8c571a8a50ca46c286fac2295 (diff)
update github updater
-rw-r--r--MediaBrowser.Server.Startup.Common/ApplicationHost.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs
index 7403ec9201..2420fb17d7 100644
--- a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs
+++ b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs
@@ -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;
}