NHentai: Add popular-month filter (#1446)
Signed-off-by: Rama Bondan Prakoso <ramanarubp@gmail.com>
This commit is contained in:
parent
4bf383a322
commit
0f00f9c313
|
@ -1,7 +1,7 @@
|
||||||
ext {
|
ext {
|
||||||
extName = 'NHentai'
|
extName = 'NHentai'
|
||||||
extClass = '.NHFactory'
|
extClass = '.NHFactory'
|
||||||
extVersionCode = 39
|
extVersionCode = 40
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -302,6 +302,7 @@ open class NHentai(
|
||||||
"Sort By",
|
"Sort By",
|
||||||
arrayOf(
|
arrayOf(
|
||||||
Pair("Popular: All Time", "popular"),
|
Pair("Popular: All Time", "popular"),
|
||||||
|
Pair("Popular: Month", "popular-month"),
|
||||||
Pair("Popular: Week", "popular-week"),
|
Pair("Popular: Week", "popular-week"),
|
||||||
Pair("Popular: Today", "popular-today"),
|
Pair("Popular: Today", "popular-today"),
|
||||||
Pair("Recent", "date"),
|
Pair("Recent", "date"),
|
||||||
|
|
Loading…
Reference in New Issue