Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/1ffc19a9a02ac7dc8bda4faecb793e760284ee5e?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

update loading sequence

pull/702/head
LukePulverenti 12 years ago
parent 7fb62b0a2f
commit 1ffc19a9a0

@ -219,14 +219,14 @@ namespace MediaBrowser.Controller
ReloadResourcePools();
ReloadFileSystemManager();
await ApplicationHost.Resolve<IUserManager>().RefreshUsersMetadata(CancellationToken.None).ConfigureAwait(false);
foreach (var entryPoint in ApplicationHost.GetExports<IServerEntryPoint>())
{
entryPoint.Run();
}
ReloadFileSystemManager();
}
/// <summary>

Loading…
Cancel
Save