MangaDex - add 2 tags (#4280)
This commit is contained in:
parent
098a02d97c
commit
4ee3c4e514
|
@ -5,7 +5,7 @@ ext {
|
|||
extName = 'MangaDex'
|
||||
pkgNameSuffix = 'all.mangadex'
|
||||
extClass = '.MangaDexFactory'
|
||||
extVersionCode = 95
|
||||
extVersionCode = 96
|
||||
libVersion = '1.2'
|
||||
containsNsfw = true
|
||||
}
|
||||
|
|
|
@ -913,7 +913,9 @@ abstract class MangaDex(
|
|||
Tag("80", "Traditional Games"),
|
||||
Tag("81", "Virtual Reality"),
|
||||
Tag("82", "Zombies"),
|
||||
Tag("83", "Incest")
|
||||
Tag("83", "Incest"),
|
||||
Tag("84", "Mafia"),
|
||||
Tag("85", "Villainess")
|
||||
).sortedWith(compareBy { it.name })
|
||||
|
||||
private val GENRES = (getContentList() + getFormatList() + getGenreList() + getThemeList()).map { it.id to it.name }.toMap()
|
||||
|
|
Loading…
Reference in New Issue