Added OpenGraphState, got removed somehow?!

This commit is contained in:
Jonas Dellinger 2016-09-03 00:44:51 +02:00
parent e0357ef2b1
commit dd2b39292a

View File

@ -43,6 +43,9 @@ namespace SpotifyAPI.Local.Models
[JsonProperty("online")]
public bool Online { get; set; }
[JsonProperty("open_graph_state")]
public OpenGraphState OpenGraphState { get; set; }
[JsonProperty("running")]
public bool Running { get; set; }
}