Bug fixes in !wiki and errorHandler
This commit is contained in:
parent
4548c6083a
commit
f5fd9ba017
4 changed files with 9 additions and 5 deletions
|
@ -9,7 +9,7 @@ namespace WikipediaApi.Page
|
|||
{
|
||||
[JsonProperty("type")]
|
||||
[JsonConverter(typeof(StringEnumConverter))]
|
||||
public PageTypes Type { get; set; } = PageTypes.NoExtract;
|
||||
public PageTypes Type { get; set; }
|
||||
|
||||
[JsonProperty("title")]
|
||||
public string Title { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue