Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/blame/commit/d5787e6625cf31b6ef2226dfe694603b5b267f84/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

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