mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-24 15:06:26 +00:00
Fixed small misspelling 'shuffle'
This commit is contained in:
parent
ce376a3513
commit
ec32ba8c06
@ -13,7 +13,7 @@ namespace SpotifyAPI.Local.Models
|
|||||||
[JsonProperty("playing")]
|
[JsonProperty("playing")]
|
||||||
public bool Playing { get; set; }
|
public bool Playing { get; set; }
|
||||||
|
|
||||||
[JsonProperty("schuffle")]
|
[JsonProperty("shuffle")]
|
||||||
public bool Shuffle { get; set; }
|
public bool Shuffle { get; set; }
|
||||||
|
|
||||||
[JsonProperty("repeat")]
|
[JsonProperty("repeat")]
|
||||||
|
Loading…
Reference in New Issue
Block a user