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/b0ef40a5604cb7e335a1def3ea603f8332da19af/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; }
|
|
}
|
|
}
|