Mangakatana filter update (#19188)

* updated filter

* extVersionCode updated
This commit is contained in:
Ota 2023-12-07 14:29:18 +01:00 committed by GitHub
parent b3f36f77d4
commit 21f3959661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'MangaKatana'
pkgNameSuffix = 'en.mangakatana'
extClass = '.MangaKatana'
extVersionCode = 9
extVersionCode = 10
}
apply from: "$rootDir/common.gradle"

View File

@ -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"),