Changed mangadex default sort to most follows (#9155)
Co-authored-by: nayan <TheOneMaster@users.noreply.github.com>
This commit is contained in:
parent
f267b0f5d7
commit
965aecc006
|
@ -6,7 +6,7 @@ ext {
|
|||
extName = 'MangaDex'
|
||||
pkgNameSuffix = 'all.mangadex'
|
||||
extClass = '.MangaDexFactory'
|
||||
extVersionCode = 137
|
||||
extVersionCode = 138
|
||||
containsNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -200,7 +200,7 @@ class MangaDexFilters {
|
|||
Pair("Year", "year")
|
||||
)
|
||||
|
||||
class SortFilter(sortables: Array<String>) : Filter.Sort("Sort", sortables, Selection(0, false))
|
||||
class SortFilter(sortables: Array<String>) : Filter.Sort("Sort", sortables, Selection(2, false))
|
||||
|
||||
internal fun addFiltersToUrl(url: HttpUrl.Builder, filters: FilterList): String {
|
||||
url.apply {
|
||||
|
|
Loading…
Reference in New Issue