From 8be835553903f71f294addc0a8c2c6685254deda Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 5 Jan 2019 16:54:06 +0100 Subject: [PATCH] Update lastKnownField to fully support album artist --- tag.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tag.h b/tag.h index d9df465..4a410bc 100644 --- a/tag.h +++ b/tag.h @@ -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.