Fix Ninemanga filter

This commit is contained in:
Koitharu
2022-01-06 17:45:34 +02:00
parent 3a02f8090e
commit a2dbec98f9
2 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ abstract class NineMangaRepository(
append("&page=")
}
!tags.isNullOrEmpty() -> {
append("/search/&category_id=")
append("/search/?category_id=")
for (tag in tags) {
append(tag.key)
append(',')