Skip to content

Commit 1719265

Browse files
committed
ffaudio: Add album_artist to read_tag() dictionary. Closes: #1005.
1 parent 5f325d1 commit 1719265

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ffaudio/ffaudio-core.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@ static const struct {
391391
{Tuple::String, Tuple::Artist, {"author", "hor", "artist", nullptr}},
392392
{Tuple::String, Tuple::Title, {"title", "le", nullptr}},
393393
{Tuple::String, Tuple::Album, {"album", "WM/AlbumTitle", nullptr}},
394+
{Tuple::String, Tuple::AlbumArtist, {"album_artist", nullptr}},
394395
{Tuple::String, Tuple::Performer, {"performer", nullptr}},
395396
{Tuple::String, Tuple::Copyright, {"copyright", nullptr}},
396397
{Tuple::String, Tuple::Genre, {"genre", "WM/Genre", nullptr}},

0 commit comments

Comments
 (0)