mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 14:46:26 +00:00
Fix example code, closes #572
This commit is contained in:
parent
e59f9c3c84
commit
0f6cdeb693
@ -18,7 +18,7 @@ var me = await spotify.UserProfile.Current();
|
||||
Console.WriteLine($"Hello there {me.DisplayName}");
|
||||
|
||||
await foreach(
|
||||
var playlist in spotify.Paginate(spotify.Playlists.CurrentUsers())
|
||||
var playlist in spotify.Paginate(await spotify.Playlists.CurrentUsers())
|
||||
)
|
||||
{
|
||||
Console.WriteLine(playlist.Name);
|
||||
|
Loading…
Reference in New Issue
Block a user