Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/blame/commit/afd6727c64896e06ade30aed4f515b8173c0d1ad/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
|
|
|
|
|
}
|
|
|
|
|
}
|