mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
StarLiveProvider
This commit is contained in:
parent
2ed1dd5d4f
commit
96dc0371c4
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ class StarLiveProvider : MainAPI() {
|
||||||
LiveSearchResponse(
|
LiveSearchResponse(
|
||||||
matchName,
|
matchName,
|
||||||
"{\"linkData\": $href , \"matchData\":{\"time\": \"$date\", \"poster\":\"$posterUrl\"}}",
|
"{\"linkData\": $href , \"matchData\":{\"time\": \"$date\", \"poster\":\"$posterUrl\"}}",
|
||||||
this@StarliveProvider.name,
|
this@StarLiveProvider.name,
|
||||||
TvType.Live,
|
TvType.Live,
|
||||||
posterUrl,
|
posterUrl,
|
||||||
)
|
)
|
||||||
|
@ -81,7 +81,7 @@ class StarLiveProvider : MainAPI() {
|
||||||
name = matchdata?.linkData?.firstOrNull()?.name?:mainUrl,
|
name = matchdata?.linkData?.firstOrNull()?.name?:mainUrl,
|
||||||
posterUrl = poster,
|
posterUrl = poster,
|
||||||
plot = Matchstart,
|
plot = Matchstart,
|
||||||
apiName = this@StarliveProvider.name
|
apiName = this@StarLiveProvider.name
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue