diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-01-03 14:42:14 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-01-08 21:00:34 -0500 |
| commit | c317f6c34f711b6333728deaef4813b5ce197809 (patch) | |
| tree | 157fbd14dc0aae324bd6c0b92cbdb079e6c92222 | |
| parent | 1b50cd00ec7b81a8c571a8a50ca46c286fac2295 (diff) | |
update github updater
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/ApplicationHost.cs | 1 |
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; } |
