diff --git a/AaxDecrypter/AaxcTagLibFile.cs b/AaxDecrypter/AaxcTagLibFile.cs index cdb2a0a6..17706b5f 100644 --- a/AaxDecrypter/AaxcTagLibFile.cs +++ b/AaxDecrypter/AaxcTagLibFile.cs @@ -84,7 +84,10 @@ namespace AaxDecrypter AppleTags.SetData(stag.BoxType, stag.Children.Cast().ToArray()); } } - + public void AddPicture(byte[] coverArt) + { + AppleTags.SetData("covr", coverArt, 0); + } /// /// Attempts to convert unicode characters to an approximately equal ASCII character.