mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
fix #532
This commit is contained in:
parent
740c47223a
commit
1a341e6cf1
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
// use an integer for version numbers
|
||||
version = 57
|
||||
version = 58
|
||||
|
||||
|
||||
cloudstream {
|
||||
|
|
|
@ -5,7 +5,7 @@ import com.lagradost.cloudstream3.mainPageOf
|
|||
|
||||
class Animesaga : Movierulzhd() {
|
||||
|
||||
override var mainUrl = "https://www.animesaga.in"
|
||||
override var mainUrl = "https://anplay.in"
|
||||
override var name = "Animesaga"
|
||||
override val supportedTypes = setOf(
|
||||
TvType.Anime,
|
||||
|
|
Loading…
Reference in a new issue