Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
z52c authored Jun 16, 2018
1 parent 3479617 commit b6a7202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion musicDownloader.pro
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ FORMS += \
thanks.ui \
proxyform.ui

VERSION = 1.5.0
VERSION = 1.5.1

QMAKE_TARGET_PRODUCT = QQMusic&NeteaseMusicDownloader
QMAKE_TARGET_COMPANY = z52c
Expand Down
2 changes: 1 addition & 1 deletion qqmusicsong.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ void qqMusicSong::htmlGot()
qDebug()<<albumMid;
albumName=tmpObj["name"].toString();
qDebug()<<albumName;
picUrl=QString(ALBUMLINKHEAD)+albumMid+QString(ALBUMLINKTAIL);
picUrl=QString(ALBUMPICLINKHEAD)+albumMid+QString(ALBUMPICLINKTAIL);
qDebug()<<picUrl;
songName=obj["name"].toString();
qDebug()<<songName;
Expand Down

0 comments on commit b6a7202

Please sign in to comment.