1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-03-10 12:21:12 +00:00

- Fixed start action

This commit is contained in:
Christophe Dumez 2008-12-27 10:07:03 +00:00
parent 45efcfce13
commit 7a1af536b6

View File

@ -1325,7 +1325,7 @@ void GUI::on_actionStart_triggered() {
QString hash;
foreach(hash, hashes) {
QTorrentHandle h = BTSession->getTorrentHandle(hash);
if(!h.is_paused()){
if(h.is_paused()){
h.resume();
if(inDownloadList) {
downloadingTorrentTab->resumeTorrent(hash);