aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/TagType.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-09-29 18:55:59 +0200
committerMax Kellermann <max@duempel.org>2014-09-29 18:55:59 +0200
commit3560dc4be60e6e3c47c687b9702a62a610909546 (patch)
tree7d3418f2bbb229cb36c6031ebb69e229640c70e1 /src/tag/TagType.h
parentb002ea9a20ea2a9b36c4f577bfeb506ff2cf0696 (diff)
downloadmpd-3560dc4be60e6e3c47c687b9702a62a610909546.tar.gz
mpd-3560dc4be60e6e3c47c687b9702a62a610909546.tar.xz
mpd-3560dc4be60e6e3c47c687b9702a62a610909546.zip
Tag: support "AlbumSort"
The new tag is supported by all decoders that use the tag name table, and the ID3v2 tag "TSOA" maps to it.
Diffstat (limited to '')
-rw-r--r--src/tag/TagType.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tag/TagType.h b/src/tag/TagType.h
index 5fd07d2e8..0aa6b4a51 100644
--- a/src/tag/TagType.h
+++ b/src/tag/TagType.h
@@ -38,6 +38,7 @@ enum TagType
TAG_ARTIST,
TAG_ARTIST_SORT,
TAG_ALBUM,
+ TAG_ALBUM_SORT,
TAG_ALBUM_ARTIST,
TAG_ALBUM_ARTIST_SORT,
TAG_TITLE,