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/f826890d2b537679cf08f936c99c64a836b384ff/NzbDrone.Core/DataAugmentation/Xem/Model/XemValues.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Radarr/NzbDrone.Core/DataAugmentation/Xem/Model/XemValues.cs

10 lines
220 B

namespace NzbDrone.Core.DataAugmentation.Xem.Model
{
public class XemValues
{
public int Season { get; set; }
public int Episode { get; set; }
public int Absolute { get; set; }
}
}