diff --git a/app/src/main/java/com/lagradost/cloudstream3/plugins/RepositoryManager.kt b/app/src/main/java/com/lagradost/cloudstream3/plugins/RepositoryManager.kt index d218accc..359b8bf8 100644 --- a/app/src/main/java/com/lagradost/cloudstream3/plugins/RepositoryManager.kt +++ b/app/src/main/java/com/lagradost/cloudstream3/plugins/RepositoryManager.kt @@ -21,12 +21,12 @@ import java.io.OutputStream /** * Comes with the app, always available in the app, non removable. * */ -val PREBUILT_REPOSITORIES = arrayOf( +val PREBUILT_REPOSITORIES = arrayOf( // TODO FIX - RepositoryData( - "Testing repository", - "https://raw.githubusercontent.com/recloudstream/cs-repos/master/test.json" - ) +// RepositoryData( +// "Testing repository", +// "https://raw.githubusercontent.com/recloudstream/cs-repos/master/test.json" +// ) ) data class Repository(