Skip to content

Commit f7e397e

Browse files
authored
Update new logo (#86)
1 parent 117b6cf commit f7e397e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

assets/MelonChart.Spotify.png

194 KB
Loading

samples/SpotifyPlaylist.ConsoleApp/Helpers/MelonChartHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ internal async Task UpdateCoverImageAsync(string playlistId)
114114
var images = await this.Spotify!.Playlists.GetCovers(playlistId).ConfigureAwait(false);
115115
if (images.Count != 1)
116116
{
117-
var bytes = await File.ReadAllBytesAsync(Path.Combine(ProjectPathInfo.ProjectPath, "../../assets/MelonChart.NET.png")).ConfigureAwait(false);
117+
var bytes = await File.ReadAllBytesAsync(Path.Combine(ProjectPathInfo.ProjectPath, "../../assets/MelonChart.Spotify.png")).ConfigureAwait(false);
118118
var cover = Convert.ToBase64String(bytes);
119119
await this.Spotify!.Playlists.UploadCover(playlistId, cover).ConfigureAwait(false);
120120
}

0 commit comments

Comments
 (0)