Update Animesaga.kt (#621)

This commit is contained in:
phisher98 2024-03-04 21:23:59 +05:30 committed by GitHub
parent 106fb6007f
commit ed1ddbc9dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -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,
@ -17,5 +17,6 @@ class Animesaga : Movierulzhd() {
"movies" to "Movies",
"tvshows" to "TV-Shows",
"genre/hindi-dub" to "Hindi Dub",
"genre/crunchyroll" to "Crunchyroll",
)
}
}