Fix originalMediaType()

This commit is contained in:
Martchus 2022-04-05 21:48:02 +02:00
parent 169760c996
commit 5c4f94de8e
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ constexpr TAG_PARSER_EXPORT std::string_view mood()
}
constexpr TAG_PARSER_EXPORT std::string_view originalMediaType()
{
return "ORIGINAL_TAG_PARSER_TYPE";
return "ORIGINAL_MEDIA_TYPE";
}
constexpr TAG_PARSER_EXPORT std::string_view contentType()
{