Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Lidarr/blame/commit/ead1f8a868f98c523a87784dc7813f75f2515dbf/NzbDrone.Common/Messaging/IMessage.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Lidarr/NzbDrone.Common/Messaging/IMessage.cs

6 lines
81 B

namespace NzbDrone.Common.Messaging
{
public interface IMessage
{
}
}