mirror of
https://github.com/recloudstream/cloudstream-extensions.git
synced 2024-08-15 03:03:54 +00:00
oops
This commit is contained in:
parent
a3a4df3768
commit
5b5d6d9481
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ class StremioProvider : MainAPI() {
|
|||
.map{it -> "&tr=$it"}
|
||||
.joinToString("")
|
||||
|
||||
val magnet = "magnet:?xt=urn:btih:${infoHash}${sourceTrackers}"
|
||||
val magnet = "magnet:?xt=urn:btih:${infoHash}${sourceTrackers}${otherTrackers}"
|
||||
callback.invoke(
|
||||
ExtractorLink(
|
||||
name ?: "",
|
||||
|
|
Loading…
Reference in a new issue