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

11 lines
262 B

9 years ago
namespace PlexRequests.Services.Models
{
public class PlexMovie
{
public string Title { get; set; }
public string ReleaseYear { get; set; }
public string ProviderId { get; set; }
public string Url { get; set; }
}
}