From c65753c766391aa1579f6a773832b15d9043e87c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Luk=C3=A1=C5=A1=20Lalinsk=C3=BD?= Date: Thu, 10 Apr 2014 20:03:31 +0200 Subject: [PATCH] Add ALBUMARTIST property mapping for WMA --- taglib/asf/asftag.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/taglib/asf/asftag.cpp b/taglib/asf/asftag.cpp index c07abe94..9317bc6a 100644 --- a/taglib/asf/asftag.cpp +++ b/taglib/asf/asftag.cpp @@ -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" }, -- 2.50.1