mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
disable egybest
This commit is contained in:
parent
5e9ade8ec1
commit
0164c86f81
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ 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>("EgyBestProvider")
|
||||||
|
|
||||||
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