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'
pkgNameSuffix = 'en.gogoanime'
extClass = '.GogoAnime'
extVersionCode = 60
extVersionCode = 61
libVersion = '13'
}

View File

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