mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 16:23:07 -07:00
- Removed code that is no longer needed
This commit is contained in:
parent
384f3b23ee
commit
1225d16413
3 changed files with 1 additions and 14 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue