mirror of
https://github.com/recloudstream/cloudstream-extensions.git
synced 2024-08-15 03:03:54 +00:00
moved some providers (#13)
This commit is contained in:
parent
8d1edf6dc2
commit
e71644f66e
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,9 @@ rootProject.name = "CloudstreamPlugins"
|
||||||
// to the includes below.
|
// to the includes below.
|
||||||
|
|
||||||
// Plugins are included like this
|
// Plugins are included like this
|
||||||
val disabled = listOf<String>()
|
val disabled = listOf<String>(
|
||||||
|
"KisskhProvider", "Topdocumentaryfilms", "Tvtwofourseven", "WcofunProvider"
|
||||||
|
)
|
||||||
|
|
||||||
File(rootDir, ".").eachDir { dir ->
|
File(rootDir, ".").eachDir { dir ->
|
||||||
if (!disabled.contains(dir.name) && File(dir, "build.gradle.kts").exists()) {
|
if (!disabled.contains(dir.name) && File(dir, "build.gradle.kts").exists()) {
|
||||||
|
|
Loading…
Reference in a new issue