Fix typo in NineHentai (#1610)
This commit is contained in:
parent
a187e63a9e
commit
348bfea804
|
@ -5,7 +5,7 @@ ext {
|
||||||
appName = 'Tachiyomi: NineHentai'
|
appName = 'Tachiyomi: NineHentai'
|
||||||
pkgNameSuffix = 'all.ninehentai'
|
pkgNameSuffix = 'all.ninehentai'
|
||||||
extClass = '.NineHentai'
|
extClass = '.NineHentai'
|
||||||
extVersionCode = 4
|
extVersionCode = 5
|
||||||
libVersion = '1.2'
|
libVersion = '1.2'
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
|
@ -164,7 +164,7 @@ open class NineHentai : ParsedHttpSource() {
|
||||||
private class GenreList(tags: List<Tag>) : Filter.Group<Tag>("Tags", tags)
|
private class GenreList(tags: List<Tag>) : Filter.Group<Tag>("Tags", tags)
|
||||||
|
|
||||||
private class Sorting : Filter.Sort("Sorting",
|
private class Sorting : Filter.Sort("Sorting",
|
||||||
arrayOf("Newest", "Popular Rightnow", "Most Fapped", "Most Viewed", "By Title"),
|
arrayOf("Newest", "Popular Right now", "Most Fapped", "Most Viewed", "By Title"),
|
||||||
Filter.Sort.Selection(1, false))
|
Filter.Sort.Selection(1, false))
|
||||||
|
|
||||||
override fun getFilterList() = FilterList(
|
override fun getFilterList() = FilterList(
|
||||||
|
|
Loading…
Reference in New Issue