Skip to content
Snippets Groups Projects
Unverified Commit 9d589648 authored by Silvan's avatar Silvan Committed by GitHub
Browse files

Merge pull request #19 from paldier/patch-2

fix can't unlock iOS new version
parents d549bd47 f311fb1f
No related branches found
No related tags found
No related merge requests found
......@@ -393,7 +393,7 @@ func searchGreySong(data common.MapType, netease *Netease) bool {
//data["url"] = uri.Scheme + "://" + uri.Host + uri.EscapedPath()
//data["url"] = uri.String()
if *config.EndPoint {
data["url"] = "http://music.163.com/unblockmusic/" + uri.String()
data["url"] = "https://music.163.com/unblockmusic/" + uri.String()
} else {
data["url"] = uri.String()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment