small fix

This commit is contained in:
hexated 2023-01-19 10:03:12 +07:00
parent 65c3ff8d2e
commit f773f00ad5
1 changed files with 1 additions and 1 deletions

View File

@ -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")