diff --git a/app/src/main/java/com/lagradost/cloudstream3/movieproviders/StreamingcommunityProvider.kt b/app/src/main/java/com/lagradost/cloudstream3/movieproviders/StreamingcommunityProvider.kt index 188c4d9f..2196caa9 100644 --- a/app/src/main/java/com/lagradost/cloudstream3/movieproviders/StreamingcommunityProvider.kt +++ b/app/src/main/java/com/lagradost/cloudstream3/movieproviders/StreamingcommunityProvider.kt @@ -128,7 +128,7 @@ data class TrailerElement( class StreamingcommunityProvider : MainAPI() { override var lang = "it" - override var mainUrl = "https://streamingcommunity.press" + override var mainUrl = "https://streamingcommunity.business" override var name = "Streamingcommunity" override val hasMainPage = true override val hasChromecastSupport = true @@ -435,4 +435,4 @@ class StreamingcommunityProvider : MainAPI() { getM3u8Qualities(link, data, URI(link).host).forEach(callback) return true } -} \ No newline at end of file +}