Parcourir la source

update github updater

Luke Pulverenti il y a 10 ans
Parent
commit
c317f6c34f
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      MediaBrowser.Server.Startup.Common/ApplicationHost.cs

+ 0 - 1
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;
             }