Skip to content

Commit

Permalink
fix: remove unexpected output
Browse files Browse the repository at this point in the history
  • Loading branch information
foamzou committed May 3, 2022
1 parent bf6d937 commit b62584d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LATEST_VERSION
@@ -1 +1 @@
0.2.3
0.2.4
1 change: 0 additions & 1 deletion processor/migu/search.go
Expand Up @@ -28,7 +28,6 @@ func (c *Core) SearchSong() ([]*meta.SearchSongItem, error) {
"By": utils.Md5(ua),
"Referer": "https://m.music.migu.cn/v4/search",
})
fmt.Println(jsonStr)
if err != nil {
return nil, err
}
Expand Down
4 changes: 2 additions & 2 deletions version/version.go
Expand Up @@ -5,8 +5,8 @@ import (
)

const (
BuildCode = 8
BuildName = "0.2.3"
BuildCode = 9
BuildName = "0.2.4"
Repo = "https://github.com/foamzou/media-get"
)

Expand Down

0 comments on commit b62584d

Please sign in to comment.