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/89e67b2e7faf76abaa226f6df63f837a614f6f28/RSSDP/SsdpEmbeddedDevice.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
/// Represents a device that is a descendant of a <see cref="SsdpRootDevice"/> instance.
/// </summary>
publicclassSsdpEmbeddedDevice:SsdpDevice
{
privateSsdpRootDevice_RootDevice;
/// <summary>
/// Default constructor.
/// </summary>
publicSsdpEmbeddedDevice()
{
}
/// <summary>
/// Returns the <see cref="SsdpRootDevice"/> that is this device's first ancestor. If this device is itself an <see cref="SsdpRootDevice"/>, then returns a reference to itself.