FaselHD back again cause it seems like it works

This commit is contained in:
Zaw 2022-08-26 19:15:19 +03:00 committed by GitHub
parent 0e3c81ce5d
commit 4d3c20383d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
rootProject.name = "CloudstreamExtensionsArabic"
val disabled = listOf<String>("EgyBestProvider", "FaselHDProvider")
val disabled = listOf<String>("EgyBestProvider")
File(rootDir, ".").eachDir { dir ->
if (!disabled.contains(dir.name) && File(dir, "build.gradle.kts").exists()) {