Add ALBUMARTIST property mapping for WMA

This commit is contained in:
Lukáš Lalinský 2014-04-10 20:03:31 +02:00
parent 7e10b13962
commit c65753c766

View 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" },