From: Lukáš Lalinský Date: Thu, 10 Apr 2014 18:03:31 +0000 (+0200) Subject: Add ALBUMARTIST property mapping for WMA X-Git-Tag: v1.10beta~175 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c65753c766391aa1579f6a773832b15d9043e87c;p=taglib Add ALBUMARTIST property mapping for WMA --- 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" },