Skip to content

Commit

Permalink
replace aniwave domain
Browse files Browse the repository at this point in the history
  • Loading branch information
fakebhai committed Jan 7, 2024
1 parent 8544139 commit 4ddadd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/en/aniwave/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ext {
extName = 'Aniwave'
pkgNameSuffix = 'en.nineanime'
extClass = '.Aniwave'
extVersionCode = 60
extVersionCode = 61
libVersion = '13'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,8 @@ class Aniwave : ConfigurableAnimeSource, ParsedAnimeHttpSource() {
ListPreference(screen.context).apply {
key = PREF_DOMAIN_KEY
title = "Preferred domain"
entries = arrayOf("aniwave.to", "aniwave.bz", "aniwave.ws", "aniwave.vc")
entryValues = arrayOf("https://aniwave.to", "https://aniwave.bz", "https://aniwave.ws", "https://aniwave.vc")
entries = arrayOf("aniwave.to", "aniwave.li", "aniwave.ws", "aniwave.vc")
entryValues = arrayOf("https://aniwave.to", "https://aniwave.li", "https://aniwave.ws", "https://aniwave.vc")
setDefaultValue(PREF_DOMAIN_DEFAULT)
summary = "%s"

Expand Down

0 comments on commit 4ddadd9

Please sign in to comment.