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,