Merge pull request #157 from Abdisto/master

Adding missing media-tag
This commit is contained in:
Benexl
2025-10-23 01:03:02 +03:00
committed by GitHub
2 changed files with 7 additions and 0 deletions

View File

@@ -1195,6 +1195,12 @@
"category": "Theme-Fantasy",
"isAdult": false
},
{
"name": "Reverse Isekai",
"description": "A subgenre of Isekai in which characters from a fantasy universe are transported to or reincarnated into Earth.",
"category": "Theme-Fantasy",
"isAdult": false
},
{
"name": "Iyashikei",
"description": "Primary aim is to heal the audience through serene depictions of characters' daily lives.",

View File

@@ -583,6 +583,7 @@ class MediaTag(Enum):
FAIRY_TALE = "Fairy Tale"
HENSHIN = "Henshin"
ISEKAI = "Isekai"
REVERSE_ISEKAI = "Reverse Isekai"
KAIJU = "Kaiju"
MAGIC = "Magic"
MYTHOLOGY = "Mythology"