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 Aug 27, 2018
1 parent 93808d6 commit a5c89c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ void MainWindow::on_pushButtonGray_clicked()
if(ui->lineEditLink->text().contains("music.163.com")&&ui->lineEditLink->text().contains("playlist"))
{
ui->textEditDownloadQueueInfo->append(ui->lineEditLink->text());
dq->insertQueue(2,songNameType,songQuality,mp3Dir,ui->lineEditLink->text());
dq->insertQueue(2,songQuality,songNameType,mp3Dir,ui->lineEditLink->text());
}
}

Expand Down
2 changes: 1 addition & 1 deletion musicDownloader.pro
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ DISTFILES += \
1.jpg \
1.ico

VERSION = 1.8.2
VERSION = 1.8.3

0 comments on commit a5c89c9

Please sign in to comment.