Add ALBUMARTIST property mapping for WMA

This commit is contained in:
Lukáš Lalinský
2014-04-10 20:05:14 +02:00
parent 7e10b13962
commit c65753c766
+1
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" },