From 96dc0371c4a2744aaa0237b7d179641aa94ed8e0 Mon Sep 17 00:00:00 2001 From: antonydp <38143733+antonydp@users.noreply.github.com> Date: Thu, 6 Oct 2022 19:57:24 +0200 Subject: [PATCH] StarLiveProvider --- .../src/main/kotlin/com/lagradost/StarLiveProvider.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 )