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

Fix build, missing changes.

pull/1151/head
Phlogi 6 years ago committed by GitHub
parent 69cc5814d8
commit 4ffec8ad26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1498,7 +1498,7 @@ namespace Emby.Server.Implementations
{
if (ipAddress.AddressFamily == IpAddressFamily.InterNetworkV6)
{
return GetLocalApiUrl("[" + ipAddress.Address + "]");
return GetLocalApiUrlWithPort("[" + ipAddress.Address + "]");
}
return GetLocalApiUrlWithPort(ipAddress.Address);
@ -1521,7 +1521,7 @@ namespace Emby.Server.Implementations
{
if (ipAddress.AddressFamily == IpAddressFamily.InterNetworkV6)
{
return GetLocalApiUrl("[" + ipAddress.Address + "]");
return GetWanApiUrlWithPort("[" + ipAddress.Address + "]");
}
return GetWanApiUrlWithPort(ipAddress.Address);

Loading…
Cancel
Save