Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/1a2e5f41d58c9baecf3ec5958bb69286ffc8c399 You should set ROOT_URL correctly, otherwise the web may not work correctly.

adjust package cache

pull/702/head
Luke Pulverenti 9 years ago
parent 234a5ad712
commit 1a2e5f41d5

@ -1301,7 +1301,7 @@ namespace MediaBrowser.Server.Startup.Common
/// <returns>Task{CheckForUpdateResult}.</returns>
public override async Task<CheckForUpdateResult> CheckForApplicationUpdate(CancellationToken cancellationToken, IProgress<double> progress)
{
var cacheLength = TimeSpan.FromHours(12);
var cacheLength = TimeSpan.FromHours(3);
var updateLevel = ConfigurationManager.CommonConfiguration.SystemUpdateLevel;
if (updateLevel == PackageVersionClass.Beta)

Loading…
Cancel
Save