Skip to content

Commit

Permalink
Saved "Description" field on artwork tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Otiel committed Apr 25, 2014
1 parent 2476a30 commit 4fc6b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/BandcampDownloader/Windows/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ private TagLib.Picture DownloadCoverArt(Album album, String downloadsFolder, Boo
ImageBuilder.Current.Build(artworkPath, artworkPath, settings);
}

artwork = new TagLib.Picture(artworkPath);
artwork = new TagLib.Picture(artworkPath) { Description = "Picture" };

// Delete the cover art file if it was saved in Temp
if (!saveCovertArtInFolder) {
Expand Down

0 comments on commit 4fc6b5b

Please sign in to comment.