mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2025-01-11 14:07:47 +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")]
|
[JsonProperty("online")]
|
||||||
public bool Online { get; set; }
|
public bool Online { get; set; }
|
||||||
|
|
||||||
|
[JsonProperty("open_graph_state")]
|
||||||
|
public OpenGraphState OpenGraphState { get; set; }
|
||||||
|
|
||||||
[JsonProperty("running")]
|
[JsonProperty("running")]
|
||||||
public bool Running { get; set; }
|
public bool Running { get; set; }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user