mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-17 02:49:05 -07:00
update github updater
This commit is contained in:
parent
1b50cd00ec
commit
c317f6c34f
@ -1319,7 +1319,6 @@ namespace MediaBrowser.Server.Startup.Common
|
|||||||
}
|
}
|
||||||
else if (ConfigurationManager.CommonConfiguration.SystemUpdateLevel == PackageVersionClass.Dev)
|
else if (ConfigurationManager.CommonConfiguration.SystemUpdateLevel == PackageVersionClass.Dev)
|
||||||
{
|
{
|
||||||
excludeSuffixes.Add("-dev");
|
|
||||||
cacheLength = TimeSpan.FromMinutes(5);
|
cacheLength = TimeSpan.FromMinutes(5);
|
||||||
includePreRelease = true;
|
includePreRelease = true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user