StarLiveProvider

This commit is contained in:
antonydp 2022-10-06 19:57:24 +02:00 committed by GitHub
parent 2ed1dd5d4f
commit 96dc0371c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
) )