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