Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/blame/commit/73ee1f89fe4e058feca6fc893f04823dd353ad6c/Exceptron.Client/fastJSON/Getters.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
|
//http://fastjson.codeplex.com/
|
|
|
|
|
//http://fastjson.codeplex.com/license
|
|
|
|
|
|
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
|
|
|
|
namespace Exceptron.Client.fastJSON
|
|
|
|
|
{
|
|
|
|
|
internal class Getters
|
|
|
|
|
{
|
|
|
|
|
public string Name;
|
|
|
|
|
public JSON.GenericGetter Getter;
|
|
|
|
|
public Type propertyType;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
internal class DatasetSchema
|
|
|
|
|
{
|
|
|
|
|
public List<string> Info { get; set; }
|
|
|
|
|
public string Name { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|