removed error
This commit is contained in:
parent
85120115fd
commit
3ffb985f42
1 changed files with 3 additions and 0 deletions
|
@ -135,6 +135,9 @@ namespace BirdsiteLive.Twitter
|
||||||
|
|
||||||
foreach (JsonElement tweet in timelineElement.GetProperty("entries").EnumerateArray())
|
foreach (JsonElement tweet in timelineElement.GetProperty("entries").EnumerateArray())
|
||||||
{
|
{
|
||||||
|
if (tweet.GetProperty("content").GetProperty("entryType").GetString() != "TimelineTimelineItem")
|
||||||
|
continue;
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue