mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-12 07:40:41 -08:00
@@ -1195,6 +1195,12 @@
|
|||||||
"category": "Theme-Fantasy",
|
"category": "Theme-Fantasy",
|
||||||
"isAdult": false
|
"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",
|
"name": "Iyashikei",
|
||||||
"description": "Primary aim is to heal the audience through serene depictions of characters' daily lives.",
|
"description": "Primary aim is to heal the audience through serene depictions of characters' daily lives.",
|
||||||
|
|||||||
@@ -583,6 +583,7 @@ class MediaTag(Enum):
|
|||||||
FAIRY_TALE = "Fairy Tale"
|
FAIRY_TALE = "Fairy Tale"
|
||||||
HENSHIN = "Henshin"
|
HENSHIN = "Henshin"
|
||||||
ISEKAI = "Isekai"
|
ISEKAI = "Isekai"
|
||||||
|
REVERSE_ISEKAI = "Reverse Isekai"
|
||||||
KAIJU = "Kaiju"
|
KAIJU = "Kaiju"
|
||||||
MAGIC = "Magic"
|
MAGIC = "Magic"
|
||||||
MYTHOLOGY = "Mythology"
|
MYTHOLOGY = "Mythology"
|
||||||
|
|||||||
Reference in New Issue
Block a user