mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
subs fix (#928)
This commit is contained in:
parent
03df1c03f0
commit
8c5db9de11
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ open class BflixProvider() : MainAPI() {
|
||||||
}
|
}
|
||||||
//Apparently any server works, I haven't found any diference
|
//Apparently any server works, I haven't found any diference
|
||||||
val sublink =
|
val sublink =
|
||||||
app.get("$mainUrl/ajax/episode/subtitles/${jsonservers.vidstream}").text
|
app.get("$mainUrl/ajax/episode/subtitles/${jsonservers.mcloud}").text
|
||||||
val jsonsub = parseJson<List<Subtitles>>(sublink)
|
val jsonsub = parseJson<List<Subtitles>>(sublink)
|
||||||
jsonsub.forEach { subtitle ->
|
jsonsub.forEach { subtitle ->
|
||||||
subtitleCallback(
|
subtitleCallback(
|
||||||
|
|
Loading…
Reference in a new issue