From 7d634f216f5ce356311bfefe3f88bfa73161a293 Mon Sep 17 00:00:00 2001 From: s6553907 <101353546+s6553907@users.noreply.github.com> Date: Mon, 31 Oct 2022 18:32:39 +0100 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 e8b71d1..b82ddf2 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.golf" + override var mainUrl = "https://streamingcommunity.city" override var name = "StreamingCommunity" override val hasMainPage = true override val hasChromecastSupport = true