forked from recloudstream/cloudstream
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
|
||||
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)
|
||||
jsonsub.forEach { subtitle ->
|
||||
subtitleCallback(
|
||||
|
|
Loading…
Reference in a new issue