Skip to content

Commit

Permalink
Fix(all/sudatchi): fix sudatchi subtitles (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dark25 authored Jan 6, 2025
1 parent 4520d44 commit 87abe89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/all/sudatchi/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
extName = 'Sudatchi'
extClass = '.Sudatchi'
extVersionCode = 9
extVersionCode = 10
isNsfw = true
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Sudatchi : AnimeHttpSource(), ConfigurableAnimeSource {

override val baseUrl = "https://sudatchi.com"

private val ipfsUrl = "https://gboesk298le91ct41kibaonc7o.ingress.akashprovid.com"
private val ipfsUrl = "https://ipfs.sudatchi.com"

override val lang = "all"

Expand Down

0 comments on commit 87abe89

Please sign in to comment.