Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/src/commit/45549fa50b6e4730452e0e4c32386ffa000e4e18/NzbDrone.Web/Models/MappingModel.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Sonarr/NzbDrone.Web/Models/MappingModel.cs

10 lines
170 B

using System;
namespace NzbDrone.Web.Models
{
public class MappingModel
{
public int Id { get; set; }
public String Path { get; set; }
}
}