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

update GetEnvironmentInfo

pull/702/head
Luke Pulverenti 9 years ago
parent 44336488f3
commit 420fa8bf7f

@ -291,7 +291,7 @@ namespace MediaBrowser.Server.Mono
{
public bool IsBsd { get; set; }
public virtual string GetUserId()
public override string GetUserId()
{
return Syscall.getuid().ToString(CultureInfo.InvariantCulture);
}

Loading…
Cancel
Save