diff --git a/gstreamer/src/tags.rs b/gstreamer/src/tags.rs index 2b9e6723f..708d09efe 100644 --- a/gstreamer/src/tags.rs +++ b/gstreamer/src/tags.rs @@ -59,7 +59,7 @@ impl_tag!( TAG_ARTIST_SORTNAME, GST_TAG_ARTIST_SORTNAME ); -impl_tag!(Album, &'a str, TAG_ALBUM, GST_TAG_ARTIST_SORTNAME); +impl_tag!(Album, &'a str, TAG_ALBUM, GST_TAG_ALBUM); impl_tag!( AlbumSortname, &'a str,