mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
fix build
This commit is contained in:
parent
e1962c1dfa
commit
730556f5de
1 changed files with 2 additions and 2 deletions
|
@ -855,9 +855,9 @@ object SoraExtractor : SoraStream() {
|
|||
"$vipAPI/movieDrama/get?id=${id}&category=${type}",
|
||||
headers = headers
|
||||
).parsedSafe<Load>()?.data
|
||||
?: return invokeNetMovies(id, type, episode, subtitleCallback, callback)
|
||||
|
||||
if (jsonResponse == null) invokeNetMovies(id, type, episode, subtitleCallback, callback)
|
||||
val json = jsonResponse?.episodeVo?.find {
|
||||
val json = jsonResponse.episodeVo?.find {
|
||||
it.seriesNo == (episode ?: 0)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue