fix(pt/animesotaku): Fixed language for pt/AnimesOtaku (#712)
This commit is contained in:
parent
6a939e4f4a
commit
7da54a265f
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
ext {
|
||||
extName = 'AnimesOtaku'
|
||||
extClass = '.AnimesOtaku'
|
||||
extVersionCode = 1
|
||||
extVersionCode = 2
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue