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