Skip to content

Commit dd2b392

Browse files
author
Jonas Dellinger
committed
Added OpenGraphState, got removed somehow?!
1 parent e0357ef commit dd2b392

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

SpotifyAPI/Local/Models/StatusResponse.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ public class StatusResponse
4343
[JsonProperty("online")]
4444
public bool Online { get; set; }
4545

46+
[JsonProperty("open_graph_state")]
47+
public OpenGraphState OpenGraphState { get; set; }
48+
4649
[JsonProperty("running")]
4750
public bool Running { get; set; }
4851
}

0 commit comments

Comments
 (0)