tags: fix album tag definition

The Album tag should be defined using the GST_TAG_ALBUM constant instead
of GST_TAG_ARTIST_SORTNAME.
This commit is contained in:
Sami Jaktholm 2018-12-28 19:51:28 +02:00
parent 69af6a5975
commit 6f867443c9

View file

@ -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,