From 22db5f73d1e23c7ed33e0364bdd16f21b5c528d8 Mon Sep 17 00:00:00 2001 From: Fixer Date: Thu, 6 Oct 2022 15:13:26 +0200 Subject: [PATCH] Update StreamingcommunityProvider.kt --- .../src/main/kotlin/com/lagradost/StreamingcommunityProvider.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StreamingcommunityProvider/src/main/kotlin/com/lagradost/StreamingcommunityProvider.kt b/StreamingcommunityProvider/src/main/kotlin/com/lagradost/StreamingcommunityProvider.kt index b3cc074..5366bd4 100644 --- a/StreamingcommunityProvider/src/main/kotlin/com/lagradost/StreamingcommunityProvider.kt +++ b/StreamingcommunityProvider/src/main/kotlin/com/lagradost/StreamingcommunityProvider.kt @@ -128,7 +128,7 @@ data class TrailerElement( class StreamingcommunityProvider : MainAPI() { override var lang = "it" - override var mainUrl = "https://streamingcommunity.tech" + override var mainUrl = "https://streamingcommunity.golf" override var name = "Streamingcommunity" override val hasMainPage = true override val hasChromecastSupport = true