Merge pull request #81 from rcl-viveksharma/tracker_issue
Tracker issue
This commit is contained in:
commit
60de5a69c4
2 changed files with 3 additions and 4 deletions
|
|
@ -37,7 +37,6 @@ const Details = () => {
|
|||
trackers.map(item => {
|
||||
tracker = tracker + temp + item
|
||||
})
|
||||
|
||||
const router = useRouter()
|
||||
let id
|
||||
let slug
|
||||
|
|
@ -65,7 +64,7 @@ const Details = () => {
|
|||
.then(res => {
|
||||
setLoader(false)
|
||||
|
||||
let url = `magnet:?xt=urn:btih:${res?.data?.info_hash}&dn=${res?.data?.name}${trackers}`
|
||||
let url = `magnet:?xt=urn:btih:${res?.data?.info_hash}&dn=${res?.data?.name}${tracker}`
|
||||
let url_t = `https://m2t.mirrorbay.org/info-hash/${res?.data?.info_hash}/${res?.data?.name}/?apikey=therarbg`
|
||||
setMagnateDownload(url)
|
||||
setTorrentDownload(url_t)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
import axios from "axios";
|
||||
export const API_BASE = 'https://t-rb.org';
|
||||
export const API_BASE = 'https://therarbg.to';
|
||||
//const API_BASE = 'https://therarbg.com';
|
||||
let token;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue