tag/Type: add tag "Work"

Closes https://github.com/MusicPlayerDaemon/MPD/issues/577
This commit is contained in:
Max Kellermann
2019-06-11 09:38:10 +02:00
parent 28e07e900f
commit ca8451cdbc
4 changed files with 5 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ const char *const tag_item_names[TAG_NUM_OF_ITEM_TYPES] = {
[TAG_ORIGINAL_DATE] = "OriginalDate",
[TAG_COMPOSER] = "Composer",
[TAG_PERFORMER] = "Performer",
[TAG_WORK] = "Work",
[TAG_GROUPING] = "Grouping",
[TAG_COMMENT] = "Comment",
[TAG_DISC] = "Disc",

View File

@@ -49,6 +49,7 @@ enum TagType
TAG_ORIGINAL_DATE,
TAG_COMPOSER,
TAG_PERFORMER,
TAG_WORK,
TAG_GROUPING,
TAG_COMMENT,
TAG_DISC,