E-Hentai WatchedList checkbox fix (#2)

This commit is contained in:
jobobby04 2020-03-09 18:00:56 -04:00 committed by Jobobby04
parent acf879d28c
commit 0509db1935

View File

@ -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")
}
}