fix(pt/animesotaku): Fixed language for pt/AnimesOtaku (#712)

This commit is contained in:
WebDitto 2025-02-25 09:58:17 -03:00 committed by GitHub
parent 6a939e4f4a
commit 7da54a265f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
ext {
extName = 'AnimesOtaku'
extClass = '.AnimesOtaku'
extVersionCode = 1
extVersionCode = 2
}
apply from: "$rootDir/common.gradle"

View file

@ -35,7 +35,7 @@ class AnimesOtaku : AnimeHttpSource() {
override val baseUrl = "https://www.animesotaku.cc"
override val lang = "pt"
override val lang = "pt-BR"
override val supportsLatest = true