tag: new tag "Mood"

Closes https://github.com/MusicPlayerDaemon/MPD/issues/1435
This commit is contained in:
Max Kellermann
2022-02-12 07:46:45 +01:00
parent 4f3828237a
commit ad4cf79cc9
6 changed files with 13 additions and 0 deletions

View File

@@ -201,6 +201,9 @@ static constexpr struct {
{ TAG_MOVEMENT, MPD_TAG_MOVEMENT },
{ TAG_MOVEMENTNUMBER, MPD_TAG_MOVEMENTNUMBER },
{ TAG_LOCATION, MPD_TAG_LOCATION },
#endif
#if LIBMPDCLIENT_CHECK_VERSION(2,21,0)
{ TAG_MOOD, MPD_TAG_MOOD },
#endif
{ TAG_NUM_OF_ITEM_TYPES, MPD_TAG_COUNT }
};