]> granicus.if.org Git - taglib/commitdiff
Add ALBUMARTIST property mapping for WMA
authorLukáš Lalinský <lukas@oxygene.sk>
Thu, 10 Apr 2014 18:03:31 +0000 (20:03 +0200)
committerLukáš Lalinský <lukas@oxygene.sk>
Thu, 10 Apr 2014 18:05:14 +0000 (20:05 +0200)
taglib/asf/asftag.cpp

index c07abe94d14059f6641a3b6fc5ede9ddce7ff135..9317bc6ab8ceaad4b0d4a55f25516b07c27f1df5 100644 (file)
@@ -195,6 +195,7 @@ bool ASF::Tag::isEmpty() const
 
 static const char *keyTranslation[][2] = {
   { "WM/AlbumTitle", "ALBUM" },
+  { "WM/AlbumArtist", "ALBUMARTIST" },
   { "WM/Composer", "COMPOSER" },
   { "WM/Writer", "WRITER" },
   { "WM/Conductor", "CONDUCTOR" },