mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
- Totally rewritten Web UI list refresh system (fixed memory leak)
This commit is contained in:
@@ -721,7 +721,7 @@ void bittorrent::setUnfinishedTorrent(QString hash) {
|
||||
updateDownloadQueue();
|
||||
}
|
||||
}
|
||||
emit torrentSwitchedtoUnfinished(hash);
|
||||
//emit torrentSwitchedtoUnfinished(hash);
|
||||
}
|
||||
|
||||
// Add the given hash to the list of finished torrents
|
||||
@@ -759,7 +759,7 @@ void bittorrent::setFinishedTorrent(QString hash) {
|
||||
}
|
||||
// Save fast resume data
|
||||
saveFastResumeAndRatioData(hash);
|
||||
emit torrentSwitchedtoFinished(hash);
|
||||
//emit torrentSwitchedtoFinished(hash);
|
||||
}
|
||||
|
||||
// Pause a running torrent
|
||||
|
||||
Reference in New Issue
Block a user