mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
Domain correction (#80)
This commit is contained in:
parent
e9247d553f
commit
903a8bb08b
1 changed files with 2 additions and 2 deletions
|
@ -128,7 +128,7 @@ data class TrailerElement(
|
|||
|
||||
class StreamingcommunityProvider: MainAPI() {
|
||||
override var lang = "it"
|
||||
override var mainUrl = "https://streamingcommunity.cheap"
|
||||
override var mainUrl = "https://streamingcommunity.online"
|
||||
override var name = "StreamingCommunity"
|
||||
override val hasMainPage = true
|
||||
override val hasChromecastSupport = true
|
||||
|
@ -445,4 +445,4 @@ class StreamingcommunityProvider: MainAPI() {
|
|||
)
|
||||
return true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue