mirror of
https://gitlab.com/RemixDev/deemix-js.git
synced 2024-12-28 02:16:08 +00:00
fixed track downloading
This commit is contained in:
parent
d2f493fce2
commit
afd5535945
|
@ -20,7 +20,7 @@ function reverseStreamPath(urlPart){
|
|||
|
||||
function generateStreamURL(sngID, md5, mediaVersion, format){
|
||||
let urlPart = generateStreamPath(sngID, md5, mediaVersion, format)
|
||||
return "https://e-cdns-proxy-" + md5[0] + ".dzcdn.net/api/1/" + urlPart
|
||||
return "https://cdns-proxy-" + md5[0] + ".dzcdn.net/api/1/" + urlPart
|
||||
}
|
||||
|
||||
function reverseStreamURL(url){
|
||||
|
|
Loading…
Reference in a new issue