From b837659408a91db72ce0bc4f6ff563e6cdd69348 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Sun, 6 Apr 2025 16:30:49 +0300 Subject: [PATCH] [Desu] Fix domains order --- .../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 1c293ca1..aee3959f 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", "desu.store") + override val configKeyDomain = ConfigKey.Domain("desu.store", "desu.me", "desu.win") override val availableSortOrders: Set = EnumSet.of( SortOrder.UPDATED,