Skip to content

Commit

Permalink
Reverted the id from anymovie to allmovies
Browse files Browse the repository at this point in the history
  • Loading branch information
kaoru2 committed May 11, 2024
1 parent a911042 commit 5c804f8
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package eu.kanade.tachiyomi.animeextension.en.anymovie
package eu.kanade.tachiyomi.animeextension.en.allmovies

import android.app.Application
import android.content.SharedPreferences
Expand All @@ -24,7 +24,7 @@ import uy.kohesive.injekt.api.get

class AnyMovie : ConfigurableAnimeSource, ParsedAnimeHttpSource() {

override val name = "AllMoviesForYou"
override val name = "AnyMovie"

override val baseUrl = "https://anymovie.cc"

Expand Down

0 comments on commit 5c804f8

Please sign in to comment.