mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2025-01-14 07:17:46 +00:00
Fixing typo (#503)
This commit is contained in:
parent
8f17ee908c
commit
152ec6381e
@ -60,7 +60,7 @@ namespace Example.CLI.PersistentConfig
|
|||||||
var spotify = new SpotifyClient(config);
|
var spotify = new SpotifyClient(config);
|
||||||
|
|
||||||
var me = await spotify.UserProfile.Current();
|
var me = await spotify.UserProfile.Current();
|
||||||
Console.WriteLine($"Welcome {me.DisplayName} ({me.Id}), your authenticated!");
|
Console.WriteLine($"Welcome {me.DisplayName} ({me.Id}), you're authenticated!");
|
||||||
|
|
||||||
var playlists = await spotify.PaginateAll(await spotify.Playlists.CurrentUsers().ConfigureAwait(false));
|
var playlists = await spotify.PaginateAll(await spotify.Playlists.CurrentUsers().ConfigureAwait(false));
|
||||||
Console.WriteLine($"Total Playlists in your Account: {playlists.Count}");
|
Console.WriteLine($"Total Playlists in your Account: {playlists.Count}");
|
||||||
|
Loading…
Reference in New Issue
Block a user