it's better have than nothing

This commit is contained in:
hexated 2022-12-27 04:29:56 +07:00
parent edbefee49c
commit 6bba06e45b
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
// use an integer for version numbers
version = 6
version = 7
cloudstream {

View File

@ -13,7 +13,7 @@ import java.net.URI
class Animixplay : MainAPI() {
override var mainUrl = "https://animixplay.to"
override var mainUrl = "https://animixplay.red"
override var name = "Animixplay"
override val hasMainPage = true
override var lang = "en"

View File

@ -2,7 +2,7 @@ rootProject.name = "CloudstreamPlugins"
// This file sets what projects are included. All new projects should get automatically included unless specified in "disabled" variable.
val disabled = listOf<String>("Animixplay")
val disabled = listOf<String>()
File(rootDir, ".").eachDir { dir ->
if (!disabled.contains(dir.name) && File(dir, "build.gradle.kts").exists()) {