WeebCentral: Use descending as default sort order (#6181)
* WeebCentral: Use descending as default sort order * WeebCentral: bump
This commit is contained in:
parent
bb362356c2
commit
5713b09ff2
|
@ -1,7 +1,7 @@
|
|||
ext {
|
||||
extName = 'Weeb Central'
|
||||
extClass = '.WeebCentral'
|
||||
extVersionCode = 3
|
||||
extVersionCode = 4
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
|
|
@ -80,8 +80,8 @@ class SortOrderFilter : UriPartFilter(
|
|||
"Sort Order",
|
||||
"order",
|
||||
arrayOf(
|
||||
Pair("Ascending", "Ascending"),
|
||||
Pair("Descending", "Descending"),
|
||||
Pair("Ascending", "Ascending"),
|
||||
),
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue