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

Formatting update Emby.Server.Implementations/ApplicationHost.cs

Co-Authored-By: Phlogi <Phlogi@users.noreply.github.com>
pull/1151/head
Claus Vium 6 years ago committed by GitHub
parent f7e7d72688
commit e36d424b5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1433,7 +1433,8 @@ namespace Emby.Server.Implementations
var localAddress = await GetLocalApiUrl(cancellationToken).ConfigureAwait(false);
var wanAddress = string.Empty;
if (string.IsNullOrEmpty(ServerConfigurationManager.Configuration.WanDdns)){
if (string.IsNullOrEmpty(ServerConfigurationManager.Configuration.WanDdns))
{
wanAddress = await GetWanApiUrl(cancellationToken).ConfigureAwait(false);
} else
{

Loading…
Cancel
Save