Skip to content

Commit e79475e

Browse files
committed
Add Score to VotableThing
1 parent 642eb2a commit e79475e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RedditSharp/Things/VotableThing.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ private void CommonInit(Reddit reddit, IWebAgent webAgent, JToken json)
7171
public int Downvotes { get; set; }
7272
[JsonProperty("ups")]
7373
public int Upvotes { get; set; }
74+
[JsonProperty("score")]
75+
public int Score { get; set; }
7476
[JsonProperty("saved")]
7577
public bool Saved { get; set; }
7678
[JsonProperty("distinguished")]

0 commit comments

Comments
 (0)