Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/blame/commit/c179e715a6ff0f788bf6295f0c2a56dff4036805/Marr.Data/Mapping/RelationshipInfo.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Radarr/Marr.Data/Mapping/RelationshipInfo.cs

12 lines
222 B

using System;
namespace Marr.Data.Mapping
{
public class RelationshipInfo : IRelationshipInfo
{
public RelationshipTypes RelationType { get; set; }
public Type EntityType { get; set; }
}
}