mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
- Removed code that is no longer needed
This commit is contained in:
@@ -393,7 +393,7 @@ void GUI::fullDiskError(QTorrentHandle& h) const {
|
||||
// Download will be paused by libtorrent. Updating GUI information accordingly
|
||||
QString hash = h.hash();
|
||||
qDebug("Full disk error, pausing torrent %s", hash.toUtf8().data());
|
||||
if(BTSession->isFinished(hash)) {
|
||||
if(h.is_seed()) {
|
||||
// In finished list
|
||||
qDebug("Automatically paused torrent was in finished list");
|
||||
finishedTorrentTab->pauseTorrent(hash);
|
||||
|
||||
Reference in New Issue
Block a user