From 696e0bc8f6244351ac936e8991c7a05a0fe64942 Mon Sep 17 00:00:00 2001 From: MakaMonstir <109058886+MakaMonstir@users.noreply.github.com> Date: Sat, 5 Apr 2025 23:20:54 +0700 Subject: [PATCH] [Desu] Update domain (#1637) * Update domain list * [Desu] Update domain --------- Co-authored-by: Draken <131387159+dragonx943@users.noreply.github.com> --- .../kotlin/org/koitharu/kotatsu/parsers/site/ru/DesuMeParser.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/ru/DesuMeParser.kt b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/ru/DesuMeParser.kt index ca650c8c..1c293ca1 100644 --- a/src/main/kotlin/org/koitharu/kotatsu/parsers/site/ru/DesuMeParser.kt +++ b/src/main/kotlin/org/koitharu/kotatsu/parsers/site/ru/DesuMeParser.kt @@ -20,7 +20,7 @@ import java.util.* internal class DesuMeParser(context: MangaLoaderContext) : LegacyPagedMangaParser(context, MangaParserSource.DESUME, 20) { - override val configKeyDomain = ConfigKey.Domain("desu.me", "desu.win") + override val configKeyDomain = ConfigKey.Domain("desu.me", "desu.win", "desu.store") override val availableSortOrders: Set = EnumSet.of( SortOrder.UPDATED,