Skip to content
Snippets Groups Projects
Commit 274df874 authored by Silvan's avatar Silvan
Browse files

fix migu

parent ea031c93
No related branches found
Tags 0.1.1
No related merge requests found
......@@ -41,5 +41,7 @@ sudo ./UnblockNeteaseMusic
本应用获取music.163.com的IP是通过本机直接查询,非nodejs版本请求music.httpdns.c.163.com获取
已知:windows版本的网易云音乐需要在应用内设置代理 127.0.0.1 端口 80
咪咕源貌似电信宽带无法使用
# 感谢
[NodeJs版本](https://github.com/nondanee/UnblockNeteaseMusic)以及为它贡献的所有coder
......@@ -29,7 +29,7 @@ var rsaPublicKey *rsa.PublicKey
func getRsaPublicKey() (*rsa.PublicKey, error) {
var err error = nil
if rsaPublicKey.Size() == 0 {
if rsaPublicKey==nil {
rsaPublicKey, err = crypto.ParsePublicKey(publicKey)
}
return rsaPublicKey, err
......
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