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

Update Emby.Server.Implementations/ApplicationHost.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
pull/5312/head
BaronGreenback 4 years ago committed by GitHub
parent 9f03064ad8
commit 73ca367bf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -135,9 +135,7 @@ namespace Emby.Server.Implementations
public bool CoreStartupHasCompleted { get; private set; }
/// <summary>
/// Gets a value indicating whether this instance has a custom published url.
/// </summary>
/// <inheritdoc />
public Uri PublishedServerUrl => _startupOptions.PublishedServerUrl;
public virtual bool CanLaunchWebBrowser

Loading…
Cancel
Save