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")]
public bool Playing { get; set; }
[JsonProperty("schuffle")]
[JsonProperty("shuffle")]
public bool Shuffle { get; set; }
[JsonProperty("repeat")]