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/bfb37a9ed9989f63ee8b00f41f4efef7a92fc157/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.