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

Update Emby.Server.Implementations/Networking/NetworkManager.cs

Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
pull/3007/head
BaronGreenback 5 years ago committed by GitHub
parent d5a924772b
commit 3a5333228f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -200,7 +200,7 @@ namespace Emby.Server.Implementations.Networking
}
/// <summary>
/// Checks if the give address false within the ranges givin in [subnets]. The addresses in subnets can be hosts or subnets in the CIDR format.
/// Checks if the give address falls within the ranges given in [subnets]. The addresses in subnets can be hosts or subnets in the CIDR format.
/// </summary>
/// <param name="address">IPAddress version of the address.</param>
/// <param name="addressString">The address to check.</param>

Loading…
Cancel
Save