[MimiHentai] Small fix for exclude tags

master
Draken 10 months ago committed by GitHub
parent bd30fc35a1
commit 3f9544fdb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -119,6 +119,11 @@ internal class MimiHentai(context: MangaLoaderContext) :
else -> "/tatcatruyen?page=$page&sort=updated_at" // default else -> "/tatcatruyen?page=$page&sort=updated_at" // default
} }
) )
if (filter.tagsExclude.isNotEmpty()) {
append("&ex=")
append(filter.tagsExclude.joinToString(",") { it.key })
}
} }
} }

Loading…
Cancel
Save