Update StarLiveProvider.kt

This commit is contained in:
antonydp 2023-01-28 17:07:26 +01:00 committed by GitHub
parent a4b3a98688
commit b4ade98f03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}