mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 22:56:25 +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")]
|
||||
public bool Playing { get; set; }
|
||||
|
||||
[JsonProperty("schuffle")]
|
||||
[JsonProperty("shuffle")]
|
||||
public bool Shuffle { get; set; }
|
||||
|
||||
[JsonProperty("repeat")]
|
||||
|
Loading…
Reference in New Issue
Block a user