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
d88510e712
commit
d1b117540f
1 changed files with 1 additions and 1 deletions
|
@ -863,7 +863,7 @@ object SoraExtractor : SoraStream() {
|
||||||
"vidcloud", "upcloud"
|
"vidcloud", "upcloud"
|
||||||
).apmap { server ->
|
).apmap { server ->
|
||||||
val sources = app.get(
|
val sources = app.get(
|
||||||
if(server == "vidcloud") {
|
if(server == "upcloud") {
|
||||||
"$consumetFlixhqAPI/watch?episodeId=$episodeId&mediaId=$id"
|
"$consumetFlixhqAPI/watch?episodeId=$episodeId&mediaId=$id"
|
||||||
} else {
|
} else {
|
||||||
"$consumetFlixhqAPI/watch?episodeId=$episodeId&mediaId=$id&server=$server"
|
"$consumetFlixhqAPI/watch?episodeId=$episodeId&mediaId=$id&server=$server"
|
||||||
|
|
Loading…
Reference in a new issue