Fixed small misspelling 'shuffle'

This commit is contained in:
Jonas Dellinger 2016-09-03 00:40:31 +02:00
parent ce376a3513
commit ec32ba8c06

View File

@ -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")]