Desu: update domain (#10470)

This commit is contained in:
Dr1ks 2025-09-13 21:02:48 +07:00 committed by Draff
parent 9cb0134130
commit 3829a2df51
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
ext {
extName = 'Desu'
extClass = '.Desu'
extVersionCode = 28
extVersionCode = 29
isNsfw = true
}

View File

@ -401,6 +401,6 @@ class Desu : ConfigurableSource, HttpSource() {
private const val DOMAIN_TITLE = "Домен"
private const val DEFAULT_DOMAIN_PREF = "default_domain"
private const val DOMAIN_DEFAULT = "https://desu.store"
private const val DOMAIN_DEFAULT = "https://desu.city"
}
}