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
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ class StarLiveProvider : MainAPI() {
LiveSearchResponse(
matchName,
"{\"linkData\": $href , \"matchData\":{\"time\": \"$date\", \"poster\":\"$posterUrl\"}}",
this@StarliveProvider.name,
this@StarLiveProvider.name,
TvType.Live,
posterUrl,
)
@ -81,7 +81,7 @@ class StarLiveProvider : MainAPI() {
name = matchdata?.linkData?.firstOrNull()?.name?:mainUrl,
posterUrl = poster,
plot = Matchstart,
apiName = this@StarliveProvider.name
apiName = this@StarLiveProvider.name
)