small fix

This commit is contained in:
hexated 2023-01-19 10:03:12 +07:00
parent 4e97db8ae4
commit fdbe85c7e5

View file

@ -1134,7 +1134,7 @@ object SoraExtractor : SoraStream() {
}?.id?.substringBeforeLast("$") ?: return }?.id?.substringBeforeLast("$") ?: return
listOf( listOf(
"$episodeId\$sub" to "Subbed", "$episodeId\$sub" to "Raw",
"$episodeId\$dub" to "English Dub", "$episodeId\$dub" to "English Dub",
).apmap { (id, type) -> ).apmap { (id, type) ->
val sources = app.get("$consumetZoroAPI/watch?episodeId=$id") val sources = app.get("$consumetZoroAPI/watch?episodeId=$id")