Skip to content

Commit

Permalink
Update Animesaga.kt (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
phisher98 authored Mar 4, 2024
1 parent 106fb60 commit ed1ddbc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Movierulzhd/src/main/kotlin/com/hexated/Animesaga.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import com.lagradost.cloudstream3.mainPageOf
class Animesaga : Movierulzhd() {

override var mainUrl = "https://anplay.in"
override var name = "Animesaga"
override var name = "Anplay"
override val supportedTypes = setOf(
TvType.Anime,
TvType.AnimeMovie,
Expand All @@ -17,5 +17,6 @@ class Animesaga : Movierulzhd() {
"movies" to "Movies",
"tvshows" to "TV-Shows",
"genre/hindi-dub" to "Hindi Dub",
"genre/crunchyroll" to "Crunchyroll",
)
}
}

0 comments on commit ed1ddbc

Please sign in to comment.