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

Apply style change

Co-Authored-By: Bond-009 <bond.009@outlook.com>
pull/2798/head
Joshua M. Boniface 5 years ago committed by GitHub
parent 626d4dab10
commit 7a550d2c4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1458,7 +1458,7 @@ namespace Emby.Server.Implementations
}
/// <inheritdoc />
public string GetLocalApiUrl(IPAddress ipAddress, bool forceHttp=false)
public string GetLocalApiUrl(IPAddress ipAddress, bool forceHttp = false)
{
if (ipAddress.AddressFamily == AddressFamily.InterNetworkV6)
{

Loading…
Cancel
Save