We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a2d95e + 066cc89 commit 8b39a28Copy full SHA for 8b39a28
2 files changed
dev/generated/anilist/tags.json
@@ -1195,6 +1195,12 @@
1195
"category": "Theme-Fantasy",
1196
"isAdult": false
1197
},
1198
+ {
1199
+ "name": "Reverse Isekai",
1200
+ "description": "A subgenre of Isekai in which characters from a fantasy universe are transported to or reincarnated into Earth.",
1201
+ "category": "Theme-Fantasy",
1202
+ "isAdult": false
1203
+ },
1204
{
1205
"name": "Iyashikei",
1206
"description": "Primary aim is to heal the audience through serene depictions of characters' daily lives.",
viu_media/libs/media_api/types.py
@@ -583,6 +583,7 @@ class MediaTag(Enum):
583
FAIRY_TALE = "Fairy Tale"
584
HENSHIN = "Henshin"
585
ISEKAI = "Isekai"
586
+ REVERSE_ISEKAI = "Reverse Isekai"
587
KAIJU = "Kaiju"
588
MAGIC = "Magic"
589
MYTHOLOGY = "Mythology"
0 commit comments