Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/src/commit/fa6bec94b59cf850246c5d0757b9279d080643d7/Mono.Nat/NatProtocol.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
namespace Mono.Nat
|
|
{
|
|
public enum NatProtocol
|
|
{
|
|
Upnp = 0,
|
|
Pmp = 1
|
|
}
|
|
}
|