mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
Update StarLiveProvider.kt
This commit is contained in:
parent
a4b3a98688
commit
b4ade98f03
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ class StarLiveProvider : MainAPI() {
|
|||
subtitleCallback: (SubtitleFile) -> Unit,
|
||||
callback: (ExtractorLink) -> Unit
|
||||
): Boolean {
|
||||
tryParseJson<MatchParser>(data)?.linkData?.map { link ->
|
||||
tryParseJson<MatchParser>(data)?.linkData?.apmap { link ->
|
||||
extractVideoLinks(link, callback)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue