mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Add ALBUMARTIST property mapping for WMA
This commit is contained in:
parent
7e10b13962
commit
c65753c766
@ -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" },
|
||||
|
Loading…
Reference in New Issue
Block a user