From 3962c87e1df1a1208da1668694a0420b2f0437e9 Mon Sep 17 00:00:00 2001 From: Draken <131387159+dragonx943@users.noreply.github.com> Date: Wed, 9 Jul 2025 00:51:41 +0700 Subject: [PATCH] [YuriGarden] Fix line --- .../kotatsu/parsers/site/vi/yurigarden/YuriGardenParser.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/vi/yurigarden/YuriGardenParser.kt b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/vi/yurigarden/YuriGardenParser.kt index 01c08a8e..894a073e 100644 --- a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/vi/yurigarden/YuriGardenParser.kt +++ b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/vi/yurigarden/YuriGardenParser.kt @@ -101,7 +101,7 @@ internal abstract class YuriGardenParser( } } - append("&full=true") + append("&full=true") if (filter.tags.isNotEmpty()) { append("&genre=") @@ -234,4 +234,4 @@ internal abstract class YuriGardenParser( } return raw } -} \ No newline at end of file +}