mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
Bump to v2.2.4
This commit is contained in:
@@ -2317,7 +2317,7 @@ void Bittorrent::addConsoleMessage(QString msg, QString) {
|
||||
}
|
||||
// Resume downloads
|
||||
while(!torrent_queue.empty()) {
|
||||
const QString &hash = torrent_queue.top().second;
|
||||
const QString hash = torrent_queue.top().second;
|
||||
torrent_queue.pop();
|
||||
qDebug("Starting up torrent %s", qPrintable(hash));
|
||||
if(TorrentPersistentData::isMagnet(hash)) {
|
||||
|
||||
Reference in New Issue
Block a user