diff --git a/StarLiveProvider/src/main/kotlin/com/lagradost/StarLiveProvider.kt b/StarLiveProvider/src/main/kotlin/com/lagradost/StarLiveProvider.kt index 567c958..f80e995 100644 --- a/StarLiveProvider/src/main/kotlin/com/lagradost/StarLiveProvider.kt +++ b/StarLiveProvider/src/main/kotlin/com/lagradost/StarLiveProvider.kt @@ -107,7 +107,7 @@ class StarLiveProvider : MainAPI() { ExtractorLink( source = this.name, name = data.name + " - " + data.language, - url = streamUrl, + url = fixUrl(streamUrl), quality = Qualities.Unknown.value, referer = referrerLink, isM3u8 = true