NHentai: Add popular-month filter (#1446)

Signed-off-by: Rama Bondan Prakoso <ramanarubp@gmail.com>
This commit is contained in:
Rama Bondan Prakoso 2024-02-22 00:39:27 +07:00 committed by GitHub
parent e74bec17d0
commit e509aae728
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'NHentai'
extClass = '.NHFactory'
extVersionCode = 39
extVersionCode = 40
isNsfw = true
}

View File

@ -302,6 +302,7 @@ open class NHentai(
"Sort By",
arrayOf(
Pair("Popular: All Time", "popular"),
Pair("Popular: Month", "popular-month"),
Pair("Popular: Week", "popular-week"),
Pair("Popular: Today", "popular-today"),
Pair("Recent", "date"),