Update StreamingcommunityProvider.kt (#25)

This commit is contained in:
Fixer 2022-09-23 20:07:14 +02:00 committed by GitHub
parent 73d3cfc8b8
commit 02b807aa6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ data class TrailerElement(
class StreamingcommunityProvider : MainAPI() {
override var lang = "it"
override var mainUrl = "https://streamingcommunity.blog"
override var mainUrl = "https://streamingcommunity.tech"
override var name = "Streamingcommunity"
override val hasMainPage = true
override val hasChromecastSupport = true