mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
fix url video from mainpage
This commit is contained in:
parent
287e8a5f9b
commit
b72aed8760
1 changed files with 1 additions and 2 deletions
|
@ -167,7 +167,7 @@ class MacIPTVProvider(override var lang: String) : MainAPI() {
|
||||||
|
|
||||||
return LiveStreamLoadResponse(
|
return LiveStreamLoadResponse(
|
||||||
name = title,
|
name = title,
|
||||||
url = link,
|
url = media.toJson(),
|
||||||
apiName = this.name,
|
apiName = this.name,
|
||||||
dataUrl = link,
|
dataUrl = link,
|
||||||
posterUrl = posterUrl,
|
posterUrl = posterUrl,
|
||||||
|
@ -666,4 +666,3 @@ class MacIPTVProvider(override var lang: String) : MainAPI() {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue