mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
FEATURE: Torrents can be automatically rechecked on completion
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user