Added new Gogoanime Domains (#1524)

This commit is contained in:
Abhishek890
2023-04-21 14:26:25 +05:30
committed by GitHub
parent 08e7653abf
commit c8c3d7cad8
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'Gogoanime' extName = 'Gogoanime'
pkgNameSuffix = 'en.gogoanime' pkgNameSuffix = 'en.gogoanime'
extClass = '.GogoAnime' extClass = '.GogoAnime'
extVersionCode = 60 extVersionCode = 61
libVersion = '13' libVersion = '13'
} }

View File

@ -202,9 +202,9 @@ class GogoAnime : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
val domainPref = ListPreference(screen.context).apply { val domainPref = ListPreference(screen.context).apply {
key = "preferred_domain" key = "preferred_domain"
title = "Preferred domain (requires app restart)" title = "Preferred domain (requires app restart)"
entries = arrayOf("gogoanime.tel", "gogoanime.ar") entries = arrayOf("gogoanime.cl", "gogoanime.llc")
entryValues = arrayOf("https://gogoanime.tel", "https://gogoanime.ar") entryValues = arrayOf("https://gogoanime.cl", "https://gogoanime.llc")
setDefaultValue("https://gogoanime.tel") setDefaultValue("https://gogoanime.cl")
summary = "%s" summary = "%s"
setOnPreferenceChangeListener { _, newValue -> setOnPreferenceChangeListener { _, newValue ->