fix typo 3
This commit is contained in:
parent
5f5c0ba6a8
commit
03414613dd
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ namespace BirdsiteLive.Twitter.Extractors
|
|||
if (first.GetProperty("type").GetString() == "quoted")
|
||||
{
|
||||
IsReply = true;
|
||||
replyId = first.GetProperty("id").GetInt64();
|
||||
replyId = Int64.Parse(first.GetProperty("id").GetString());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue