From e5fb9e74cfb4d6f947a1d52cb514bef3a3e64a12 Mon Sep 17 00:00:00 2001 From: Hexated <37908684+hexated@users.noreply.github.com> Date: Wed, 30 Nov 2022 05:44:34 +0700 Subject: [PATCH] Try fixing build --- Samehadaku/src/main/kotlin/com/hexated/Samehadaku.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Samehadaku/src/main/kotlin/com/hexated/Samehadaku.kt b/Samehadaku/src/main/kotlin/com/hexated/Samehadaku.kt index ed9ef82e..09eec613 100644 --- a/Samehadaku/src/main/kotlin/com/hexated/Samehadaku.kt +++ b/Samehadaku/src/main/kotlin/com/hexated/Samehadaku.kt @@ -12,6 +12,7 @@ import com.lagradost.cloudstream3.utils.loadExtractor import org.jsoup.nodes.Document import org.jsoup.nodes.Element +//test class Samehadaku : MainAPI() { override var mainUrl = "https://samehadaku.win" override var name = "Samehadaku" @@ -235,4 +236,4 @@ class Samehadaku : MainAPI() { class Suzihaza: XStreamCdn() { override val name: String = "Suzihaza" override val mainUrl: String = "https://suzihaza.com" -} \ No newline at end of file +}