Fix weebcentral filter search showing duplicates (#9955)
* Fix weebcentral filter search showing duplicates * Add comment for FETCH_LIMIT
This commit is contained in:
parent
3d44d9423d
commit
c2d47af025
@ -1,7 +1,7 @@
|
|||||||
ext {
|
ext {
|
||||||
extName = 'Weeb Central'
|
extName = 'Weeb Central'
|
||||||
extClass = '.WeebCentral'
|
extClass = '.WeebCentral'
|
||||||
extVersionCode = 15
|
extVersionCode = 16
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -246,7 +246,9 @@ class WeebCentral : ParsedHttpSource() {
|
|||||||
)
|
)
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
const val FETCH_LIMIT = 24
|
// The related "&limit=" query parameter of the api is currently non functional
|
||||||
|
// and always returns 32 entries per request
|
||||||
|
const val FETCH_LIMIT = 32
|
||||||
const val URL_SEARCH_PREFIX = "id:"
|
const val URL_SEARCH_PREFIX = "id:"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user