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-03 14:42:14 -0500
commit5acc026c834e71a1f5015e51decc7264b3410c7c (patch)
tree15bf8307e5f442b670ecfbfec44074e1f68d584a
parent98a7f5b5d703316c9ac772de5086ec7b1db14ca7 (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 ea40ffc18..862c4abdc 100644
--- a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs
+++ b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs
@@ -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;
}