Merge pull request #152 from umop3plsdn/fix-category

This commit is contained in:
Benexl
2025-09-26 14:56:17 +03:00
committed by GitHub
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"