Fix rating search
This commit is contained in:
parent
70a024d3de
commit
cbc4a0f3ab
@ -511,7 +511,10 @@ class EHentai(override val id: Long,
|
|||||||
"5 stars"
|
"5 stars"
|
||||||
)), UriFilter {
|
)), UriFilter {
|
||||||
override fun addToUri(builder: Uri.Builder) {
|
override fun addToUri(builder: Uri.Builder) {
|
||||||
if(state > 0) builder.appendQueryParameter("f_srdd", Integer.toString(state + 1))
|
if(state > 0) {
|
||||||
|
builder.appendQueryParameter("f_srdd", Integer.toString(state + 1))
|
||||||
|
builder.appendQueryParameter("f_sr", "on")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user