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/8dcb8022abfa162d2e1857ca60aab38dbb687da2/PlexRequests.Api.Models/SickRage/SickRageSeasonList.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
using Newtonsoft.Json;
|
|
using PlexRequests.Helpers;
|
|
|
|
namespace PlexRequests.Api.Models.SickRage
|
|
{
|
|
public class SickRageSeasonList : SickRageBase<object>
|
|
{
|
|
[JsonIgnore]
|
|
public int[] Data => JsonConvertHelper.ParseObjectToArray<int>(data);
|
|
}
|
|
} |