Fix: added the Kabuki category that was missing

This commit is contained in:
David Grindle
2025-09-25 17:16:17 -04:00
parent 0c546af99c
commit 4bc1edcc4e
2 changed files with 7 additions and 0 deletions

View File

@@ -1219,6 +1219,12 @@
"category": "Theme-Game-Sport",
"isAdult": false
},
{
"name": "Kabuki",
"description": "Centers around the traditional Japanese form of theater known as Kabuki.",
"category": "Theme-Arts",
"isAdult": false
},
{
"name": "Kaiju",
"description": "Prominently features giant monsters.",

View File

@@ -539,6 +539,7 @@ class MediaTag(Enum):
DRAWING = "Drawing"
FASHION = "Fashion"
FOOD = "Food"
KABUKI = "Kabuki"
MAKEUP = "Makeup"
PHOTOGRAPHY = "Photography"
RAKUGO = "Rakugo"