Skip to content

Commit

Permalink
Update suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: Koitharu <nvasya95@gmail.com>
  • Loading branch information
dragonx943 and Koitharu authored Nov 8, 2024
1 parent b6adbc5 commit eed832d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ internal class TruyenGG(context: MangaLoaderContext) : PagedMangaParser(context,
}

append("&category=")
append(filter.tags.joinToString(separator = ",") { it.key })
filter.tags.joinTo(this, separator = ",") { it.key }

append("&notcategory=")
append(filter.tagsExclude.joinToString(separator = ",") { it.key })
Expand Down

0 comments on commit eed832d

Please sign in to comment.