Skip to content

Commit

Permalink
ffaudio: Add album_artist to read_tag() dictionary. Closes: #1005.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlindgren90 committed Jun 27, 2020
1 parent 5f325d1 commit 1719265
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ffaudio/ffaudio-core.cc
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ static const struct {
{Tuple::String, Tuple::Artist, {"author", "hor", "artist", nullptr}},
{Tuple::String, Tuple::Title, {"title", "le", nullptr}},
{Tuple::String, Tuple::Album, {"album", "WM/AlbumTitle", nullptr}},
{Tuple::String, Tuple::AlbumArtist, {"album_artist", nullptr}},
{Tuple::String, Tuple::Performer, {"performer", nullptr}},
{Tuple::String, Tuple::Copyright, {"copyright", nullptr}},
{Tuple::String, Tuple::Genre, {"genre", "WM/Genre", nullptr}},
Expand Down

0 comments on commit 1719265

Please sign in to comment.