Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/src/commit/e2e787261d63190b615c03defa47001fd6553501/NzbDrone.SignalR/SignalRMessage.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
namespace NzbDrone.SignalR
|
|
{
|
|
public class SignalRMessage
|
|
{
|
|
public object Body { get; set; }
|
|
public string Name { get; set; }
|
|
}
|
|
} |