mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-27 19:47:51 +02:00
Fix rating search
This commit is contained in:
@ -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")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user