mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-05 20:40:09 -08:00
Merge pull request #152 from umop3plsdn/fix-category
This commit is contained in:
@@ -1219,6 +1219,12 @@
|
|||||||
"category": "Theme-Game-Sport",
|
"category": "Theme-Game-Sport",
|
||||||
"isAdult": false
|
"isAdult": false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Kabuki",
|
||||||
|
"description": "Centers around the traditional Japanese form of theater known as Kabuki.",
|
||||||
|
"category": "Theme-Arts",
|
||||||
|
"isAdult": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Kaiju",
|
"name": "Kaiju",
|
||||||
"description": "Prominently features giant monsters.",
|
"description": "Prominently features giant monsters.",
|
||||||
|
|||||||
@@ -539,6 +539,7 @@ class MediaTag(Enum):
|
|||||||
DRAWING = "Drawing"
|
DRAWING = "Drawing"
|
||||||
FASHION = "Fashion"
|
FASHION = "Fashion"
|
||||||
FOOD = "Food"
|
FOOD = "Food"
|
||||||
|
KABUKI = "Kabuki"
|
||||||
MAKEUP = "Makeup"
|
MAKEUP = "Makeup"
|
||||||
PHOTOGRAPHY = "Photography"
|
PHOTOGRAPHY = "Photography"
|
||||||
RAKUGO = "Rakugo"
|
RAKUGO = "Rakugo"
|
||||||
|
|||||||
Reference in New Issue
Block a user