HentaiRead: Add Western
category support (#10620)
* HentaiRead: Bump versionCode * HentaiRead: Add `Western` category
This commit is contained in:
parent
49fd5387e9
commit
2580c2392d
@ -3,7 +3,7 @@ ext {
|
|||||||
extClass = '.Hentairead'
|
extClass = '.Hentairead'
|
||||||
themePkg = 'madara'
|
themePkg = 'madara'
|
||||||
baseUrl = 'https://hentairead.com'
|
baseUrl = 'https://hentairead.com'
|
||||||
overrideVersionCode = 9
|
overrideVersionCode = 10
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -41,6 +41,7 @@ internal class TypeFilter(name: String) :
|
|||||||
"Doujinshi" to "4",
|
"Doujinshi" to "4",
|
||||||
"Manga" to "52",
|
"Manga" to "52",
|
||||||
"Artist CG" to "4798",
|
"Artist CG" to "4798",
|
||||||
|
"Western" to "36278",
|
||||||
).map { CheckBoxFilter(it.first, it.second, true) },
|
).map { CheckBoxFilter(it.first, it.second, true) },
|
||||||
)
|
)
|
||||||
internal open class CheckBoxFilter(name: String, val value: String, state: Boolean) : Filter.CheckBox(name, state)
|
internal open class CheckBoxFilter(name: String, val value: String, state: Boolean) : Filter.CheckBox(name, state)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user