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/7443e902572a22071c40555abbc2e070c37945a1/PlexRequests.Services/Models/PlexTvShow.cs You should set ROOT_URL correctly, otherwise the web may not work correctly.
Ombi/PlexRequests.Services/Models/PlexTvShow.cs

10 lines
232 B

namespace PlexRequests.Services.Models
{
public class PlexTvShow
{
public string Title { get; set; }
public string ReleaseYear { get; set; }
public string ProviderId { get; set; }
}
}