From 89354a8d5cf3770ad0ddda004d036f89c7af67d9 Mon Sep 17 00:00:00 2001 From: Blatzar <46196380+Blatzar@users.noreply.github.com> Date: Wed, 10 Aug 2022 04:31:38 +0200 Subject: [PATCH] Removed PREBUILT_REPOSITORIES --- .../cloudstream3/plugins/RepositoryManager.kt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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(