diff --git a/gstreamer/src/tags.rs b/gstreamer/src/tags.rs index 22b71597a..aef14792f 100644 --- a/gstreamer/src/tags.rs +++ b/gstreamer/src/tags.rs @@ -58,7 +58,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,