We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0de943 commit 2392f8fCopy full SHA for 2392f8f
1 file changed
SpotifyAPI.Docs/docs/web/player.md
@@ -30,7 +30,7 @@ devices.Devices.ForEach(device => Console.WriteLine(device.Name));
30
31
```csharp
32
PlaybackContext context = _spotify.GetPlayback();
33
-if(contex.Item != null)
+if(context.Item != null)
34
Console.WriteLine(context.Item.Name)); //Print the current song
35
```
36
@@ -51,7 +51,7 @@ This is a simpler (less data) version of `GetPlayback`
51
52
53
PlaybackContext context = _spotify.GetPlayingTrack();
54
55
56
57
0 commit comments