We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e59f9c3 commit 0f6cdebCopy full SHA for 0f6cdeb
SpotifyAPI.Docs/src/pages/index.js
@@ -18,7 +18,7 @@ var me = await spotify.UserProfile.Current();
18
Console.WriteLine($"Hello there {me.DisplayName}");
19
20
await foreach(
21
- var playlist in spotify.Paginate(spotify.Playlists.CurrentUsers())
+ var playlist in spotify.Paginate(await spotify.Playlists.CurrentUsers())
22
)
23
{
24
Console.WriteLine(playlist.Name);
0 commit comments