mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Streamingcommunity Domain fix (#1214)
* bug fixes and add cast * fixed Altadefinizione search * fixed Altadefinizione search * Add trailer to italians providers * Update StreamingcommunityProvider.kt Fix provider domain Co-authored-by: Osten <11805592+LagradOst@users.noreply.github.com>
This commit is contained in:
parent
fc688f13f5
commit
5abbeb9eca
1 changed files with 2 additions and 2 deletions
|
@ -128,7 +128,7 @@ data class TrailerElement(
|
||||||
|
|
||||||
class StreamingcommunityProvider : MainAPI() {
|
class StreamingcommunityProvider : MainAPI() {
|
||||||
override var lang = "it"
|
override var lang = "it"
|
||||||
override var mainUrl = "https://streamingcommunity.press"
|
override var mainUrl = "https://streamingcommunity.business"
|
||||||
override var name = "Streamingcommunity"
|
override var name = "Streamingcommunity"
|
||||||
override val hasMainPage = true
|
override val hasMainPage = true
|
||||||
override val hasChromecastSupport = true
|
override val hasChromecastSupport = true
|
||||||
|
|
Loading…
Reference in a new issue