Mangakatana filter update (#19188)
* updated filter * extVersionCode updated
This commit is contained in:
parent
b3f36f77d4
commit
21f3959661
|
@ -5,7 +5,7 @@ ext {
|
||||||
extName = 'MangaKatana'
|
extName = 'MangaKatana'
|
||||||
pkgNameSuffix = 'en.mangakatana'
|
pkgNameSuffix = 'en.mangakatana'
|
||||||
extClass = '.MangaKatana'
|
extClass = '.MangaKatana'
|
||||||
extVersionCode = 9
|
extVersionCode = 10
|
||||||
}
|
}
|
||||||
|
|
||||||
apply from: "$rootDir/common.gradle"
|
apply from: "$rootDir/common.gradle"
|
||||||
|
|
|
@ -264,6 +264,7 @@ class MangaKatana : ConfigurableSource, ParsedHttpSource() {
|
||||||
Genre("doujinshi", "Doujinshi"),
|
Genre("doujinshi", "Doujinshi"),
|
||||||
Genre("drama", "Drama"),
|
Genre("drama", "Drama"),
|
||||||
Genre("ecchi", "Ecchi"),
|
Genre("ecchi", "Ecchi"),
|
||||||
|
Genre("erotica", "Erotica"),
|
||||||
Genre("fantasy", "Fantasy"),
|
Genre("fantasy", "Fantasy"),
|
||||||
Genre("gender-bender", "Gender Bender"),
|
Genre("gender-bender", "Gender Bender"),
|
||||||
Genre("gore", "Gore"),
|
Genre("gore", "Gore"),
|
||||||
|
@ -295,7 +296,6 @@ class MangaKatana : ConfigurableSource, ParsedHttpSource() {
|
||||||
Genre("shounen", "Shounen"),
|
Genre("shounen", "Shounen"),
|
||||||
Genre("shounen-ai", "Shounen Ai"),
|
Genre("shounen-ai", "Shounen Ai"),
|
||||||
Genre("slice-of-life", "Slice of Life"),
|
Genre("slice-of-life", "Slice of Life"),
|
||||||
Genre("smut", "Smut"),
|
|
||||||
Genre("sports", "Sports"),
|
Genre("sports", "Sports"),
|
||||||
Genre("super-power", "Super power"),
|
Genre("super-power", "Super power"),
|
||||||
Genre("supernatural", "Supernatural"),
|
Genre("supernatural", "Supernatural"),
|
||||||
|
|
Loading…
Reference in New Issue