Skip to content

Commit

Permalink
fix(id/otakudesu): Video list is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
fireeemaan committed Feb 21, 2024
1 parent 0064c56 commit bac9f7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/id/otakudesu/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
extName = 'OtakuDesu'
extClass = '.OtakuDesu'
extVersionCode = 24
extVersionCode = 25
}

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

override val name = "OtakuDesu"

override val baseUrl = "https://otakudesu.media"
override val baseUrl = "https://otakudesu.cloud"

override val lang = "id"

Expand Down

0 comments on commit bac9f7f

Please sign in to comment.