mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
small fix
This commit is contained in:
parent
65c3ff8d2e
commit
f773f00ad5
1 changed files with 1 additions and 1 deletions
|
@ -1134,7 +1134,7 @@ object SoraExtractor : SoraStream() {
|
|||
}?.id?.substringBeforeLast("$") ?: return
|
||||
|
||||
listOf(
|
||||
"$episodeId\$sub" to "Subbed",
|
||||
"$episodeId\$sub" to "Raw",
|
||||
"$episodeId\$dub" to "English Dub",
|
||||
).apmap { (id, type) ->
|
||||
val sources = app.get("$consumetZoroAPI/watch?episodeId=$id")
|
||||
|
|
Loading…
Reference in a new issue