fix build

pull/128/head
hexated 9 months ago
parent e1962c1dfa
commit 730556f5de

@ -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…
Cancel
Save