fix url video from mainpage

This commit is contained in:
Eddy 2022-11-12 18:59:07 +01:00
parent 287e8a5f9b
commit b72aed8760
1 changed files with 1 additions and 2 deletions

View File

@ -167,7 +167,7 @@ class MacIPTVProvider(override var lang: String) : MainAPI() {
return LiveStreamLoadResponse(
name = title,
url = link,
url = media.toJson(),
apiName = this.name,
dataUrl = link,
posterUrl = posterUrl,
@ -666,4 +666,3 @@ class MacIPTVProvider(override var lang: String) : MainAPI() {
}
}