Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/src/commit/9ae5ad0ecd9d1b151acf6a12608fafbf51321e2c/Old/Ombi.Api.Models/Tv/TvMazeSeasons.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Ombi/Old/Ombi.Api.Models/Tv/TvMazeSeasons.cs

8 lines
132 B

namespace Ombi.Api.Models.Tv
{
public class TvMazeSeasons : TvMazeShow
{
public int number { get; set; }
}
}