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/1f2e460f6d1b2979e9dfe3661076371679a73076/PlexRequests.Services/Models/PlexMovie.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
namespace PlexRequests.Services.Models
|
|
{
|
|
public class PlexMovie
|
|
{
|
|
public string Title { get; set; }
|
|
public string ReleaseYear { get; set; }
|
|
}
|
|
}
|