diff options
author | Bastien Nocera <hadess@hadess.net> | 2016-11-07 16:27:39 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2016-11-07 16:27:39 +0100 |
commit | 15a844e4c3a6cbd616c776957d68afb8078ba4e3 (patch) | |
tree | 85577d7b4bbac670e630de435360fc342770d296 /src | |
parent | 1dc730a140feea180e88a66891af8bd584bee360 (diff) | |
download | grilo-15a844e4c3a6cbd616c776957d68afb8078ba4e3.tar.gz |
core: Fix API doc for album artist
Bug introduced in commit e9be911
Diffstat (limited to 'src')
-rw-r--r-- | src/data/grl-media.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/grl-media.c b/src/data/grl-media.c index ac9eeb6..270a3e9 100644 --- a/src/data/grl-media.c +++ b/src/data/grl-media.c @@ -1747,7 +1747,7 @@ grl_media_set_album (GrlMedia *media, const gchar *album) /** * grl_media_set_album_artist: * @media: the media instance - * @album: the audio's album main artist + * @album_artist: the audio's album main artist * * Set the main artist of the album of the media * |