Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/src/commit/893795d0293c28f4b0a251104d119e94fd800e02/NzbDrone.Core/Model/ConnectionInfoModel.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
namespace NzbDrone.Core.Model
|
|
{
|
|
public class ConnectionInfoModel
|
|
{
|
|
public string Address { get; set; }
|
|
public int Port { get; set; }
|
|
}
|
|
}
|