Skip to content

Commit ec32ba8

Browse files
author
Jonas Dellinger
committed
Fixed small misspelling 'shuffle'
1 parent ce376a3 commit ec32ba8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SpotifyAPI/Local/Models/StatusResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class StatusResponse
1313
[JsonProperty("playing")]
1414
public bool Playing { get; set; }
1515

16-
[JsonProperty("schuffle")]
16+
[JsonProperty("shuffle")]
1717
public bool Shuffle { get; set; }
1818

1919
[JsonProperty("repeat")]

0 commit comments

Comments
 (0)