mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
because they are in the arabic repo
and some are kinda outdated
This commit is contained in:
parent
67e0076896
commit
4b1b6626e6
1 changed files with 4 additions and 2 deletions
|
@ -4,7 +4,9 @@ rootProject.name = "CloudstreamPlugins"
|
|||
// to the includes below.
|
||||
|
||||
// Plugins are included like this
|
||||
val disabled = listOf<String>("EgyBestProvider")
|
||||
val disabled = listOf<String>(
|
||||
"EgyBestProvider", "FaselHDProvider", "AkwamProvider", "MyCimaProvider"
|
||||
)
|
||||
|
||||
File(rootDir, ".").eachDir { dir ->
|
||||
if (!disabled.contains(dir.name) && File(dir, "build.gradle.kts").exists()) {
|
||||
|
|
Loading…
Reference in a new issue