mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-24 15:06:26 +00:00
Added OpenGraphState, got removed somehow?!
This commit is contained in:
parent
e0357ef2b1
commit
dd2b39292a
@ -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; }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user