Skip to content

Commit 8b39a28

Browse files
authored
Merge pull request #157 from Abdisto/master
Adding missing media-tag
2 parents 4a2d95e + 066cc89 commit 8b39a28

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

dev/generated/anilist/tags.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,6 +1195,12 @@
11951195
"category": "Theme-Fantasy",
11961196
"isAdult": false
11971197
},
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+
},
11981204
{
11991205
"name": "Iyashikei",
12001206
"description": "Primary aim is to heal the audience through serene depictions of characters' daily lives.",

viu_media/libs/media_api/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,7 @@ class MediaTag(Enum):
583583
FAIRY_TALE = "Fairy Tale"
584584
HENSHIN = "Henshin"
585585
ISEKAI = "Isekai"
586+
REVERSE_ISEKAI = "Reverse Isekai"
586587
KAIJU = "Kaiju"
587588
MAGIC = "Magic"
588589
MYTHOLOGY = "Mythology"

0 commit comments

Comments
 (0)