FEATURE: Torrents can be automatically rechecked on completion

This commit is contained in:
Christophe Dumez 2010-01-31 16:14:56 +00:00
parent 0ea59c8d58
commit 77239db3c5
4 changed files with 27 additions and 4 deletions

View file

@ -1845,6 +1845,9 @@ void Bittorrent::addConsoleMessage(QString msg, QString) {
}
}
}
// Recheck if the user asked to
if(Preferences::recheckTorrentsOnCompletion())
h.force_recheck();
qDebug("Received finished alert for %s", h.name().toLocal8Bit().data());
}
}