update ContentType naming

This commit is contained in:
MihailRis
2024-08-14 00:47:57 +03:00
parent 7da8e133a5
commit cae314bc36
7 changed files with 23 additions and 24 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ static void show_content_missing(
auto root = create_map();
auto& contentEntries = root->putList("content");
for (auto& entry : lut->getMissingContent()) {
std::string contentName = contenttype_name(entry.type);
std::string contentName = ContentType_name(entry.type);
auto& contentEntry = contentEntries.putMap();
contentEntry.put("type", contentName);
contentEntry.put("name", entry.name);