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(
|
||||
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() {
|
|||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue