E-Hentai WatchedList checkbox fix (#2)
This commit is contained in:
parent
acf879d28c
commit
0509db1935
@ -586,7 +586,8 @@ class EHentai(override val id: Long,
|
||||
|
||||
class Watched : Filter.CheckBox("Watched List"), UriFilter {
|
||||
override fun addToUri(builder: Uri.Builder) {
|
||||
builder.appendPath("watched")
|
||||
if(state)
|
||||
builder.appendPath("watched")
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user