Update lastKnownField to fully support album artist

This commit is contained in:
Martchus 2019-01-05 16:54:06 +01:00
parent 59d2156165
commit 8be8355539
1 changed files with 1 additions and 1 deletions

2
tag.h
View File

@ -80,7 +80,7 @@ constexpr KnownField firstKnownField = KnownField::Title;
/*!
* \brief The last valid entry in the TagParser::KnownField enum.
*/
constexpr KnownField lastKnownField = KnownField::Vendor;
constexpr KnownField lastKnownField = KnownField::AlbumArtist;
/*!
* \brief The number of valid entries in the TagParser::KnownField enum.