From 37db4e469925eef71d0b3769843b9d898885a3fe Mon Sep 17 00:00:00 2001 From: Hexated <37908684+hexated@users.noreply.github.com> Date: Sat, 15 Jul 2023 22:13:11 +0700 Subject: [PATCH] Update RebahinProviderPlugin.kt --- .../src/main/kotlin/com/hexated/RebahinProviderPlugin.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RebahinProvider/src/main/kotlin/com/hexated/RebahinProviderPlugin.kt b/RebahinProvider/src/main/kotlin/com/hexated/RebahinProviderPlugin.kt index 3824f170..ab58bb2d 100644 --- a/RebahinProvider/src/main/kotlin/com/hexated/RebahinProviderPlugin.kt +++ b/RebahinProvider/src/main/kotlin/com/hexated/RebahinProviderPlugin.kt @@ -10,6 +10,6 @@ class RebahinProviderPlugin: Plugin() { override fun load(context: Context) { // All providers should be added in this manner. Please don't edit the providers list directly. registerMainAPI(RebahinProvider()) -// registerMainAPI(Kitanonton()) +registerMainAPI(Kitanonton()) } } \ No newline at end of file