diff --git a/StarLiveProvider/src/main/kotlin/com/lagradost/StarLiveProvider.kt b/StarLiveProvider/src/main/kotlin/com/lagradost/StarLiveProvider.kt index 3bb2d35..0541e02 100644 --- a/StarLiveProvider/src/main/kotlin/com/lagradost/StarLiveProvider.kt +++ b/StarLiveProvider/src/main/kotlin/com/lagradost/StarLiveProvider.kt @@ -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 )