Skip to content

Commit

Permalink
Merge pull request #15 from mobby45/fixAnimeSama
Browse files Browse the repository at this point in the history
Fixed anime sama
  • Loading branch information
almightyhak authored Jun 30, 2024
2 parents 05067b8 + 1620102 commit cdbfbdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/fr/anisama/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
extName = 'AniSama'
extClass = '.AniSama'
extVersionCode = 5
extVersionCode = 6
}

apply from: "$rootDir/common.gradle"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class AniSama : ParsedAnimeHttpSource(), ConfigurableAnimeSource {

override val name = "AniSama"

override val baseUrl = "https://v1.anisama.net"
override val baseUrl = "https://animesz.xyz"

override val lang = "fr"

Expand Down

0 comments on commit cdbfbdc

Please sign in to comment.