Dopebox: fix URL error (#913)

This commit is contained in:
Claudemirovsky
2022-10-09 19:51:07 -03:00
committed by GitHub
parent 9701d001f5
commit bacab16408
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'DopeBox'
pkgNameSuffix = 'en.dopebox'
extClass = '.DopeBox'
extVersionCode = 10
extVersionCode = 11
libVersion = '13'
}

View File

@ -432,7 +432,7 @@ class DopeBox : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
}
companion object {
private const val PREF_DOMAIN_KEY = "preferred_domain"
private const val PREF_DOMAIN_KEY = "preferred_domain_new"
private const val PREF_DOMAIN_TITLE = "Preferred domain (requires app restart)"
private val PREF_DOMAIN_LIST = arrayOf("dopebox.to", "dopebox.se")