Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/src/commit/745af3e8ff43c37db3d06948c1164dc2818ded29/NzbDrone.Web/Models/MappingModel.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Readarr/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; }
}
}