Add support of TAG_MUSICBRAINZ_RELEASEGROUPID

Closes #1767
This commit is contained in:
jcorporation
2023-06-02 21:54:04 +02:00
parent 9c19368fc7
commit 082f72dd20
5 changed files with 7 additions and 0 deletions

View File

@@ -182,6 +182,8 @@ static constexpr struct {
#endif
#if LIBMPDCLIENT_CHECK_VERSION(2,21,0)
{ TAG_MOOD, MPD_TAG_MOOD },
{ TAG_MUSICBRAINZ_RELEASEGROUPID,
MPD_TAG_MUSICBRAINZ_RELEASEGROUPID },
#endif
{ TAG_NUM_OF_ITEM_TYPES, MPD_TAG_COUNT }
};