Avoid breaking binary compatibility of TagDataType

This commit is contained in:
Martchus 2022-06-19 16:46:19 +02:00
parent 5205d08258
commit dcda6b673b
1 changed files with 1 additions and 1 deletions

View File

@ -100,8 +100,8 @@ enum class TagDataType : unsigned int {
DateTime, /**< date time, see ChronoUtils::DateTime */
Picture, /**< picture file */
Binary, /**< unspecified binary data */
Undefined, /**< undefined/invalid data type */
Popularity, /**< rating with user info and play counter (as in ID3v2's "Popularimeter") */
Undefined /**< undefined/invalid data type */
};
/*!