moved some providers (#13)

This commit is contained in:
Hexated 2022-09-10 00:56:29 +07:00 committed by GitHub
parent 8d1edf6dc2
commit e71644f66e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,9 @@ rootProject.name = "CloudstreamPlugins"
// to the includes below.
// Plugins are included like this
val disabled = listOf<String>()
val disabled = listOf<String>(
"KisskhProvider", "Topdocumentaryfilms", "Tvtwofourseven", "WcofunProvider"
)
File(rootDir, ".").eachDir { dir ->
if (!disabled.contains(dir.name) && File(dir, "build.gradle.kts").exists()) {