mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
- Split download and upload lists in Web UI
This commit is contained in:
@@ -721,6 +721,7 @@ void bittorrent::setUnfinishedTorrent(QString hash) {
|
||||
updateDownloadQueue();
|
||||
}
|
||||
}
|
||||
emit torrentSwitchedtoUnfinished(hash);
|
||||
}
|
||||
|
||||
// Add the given hash to the list of finished torrents
|
||||
@@ -758,6 +759,7 @@ void bittorrent::setFinishedTorrent(QString hash) {
|
||||
}
|
||||
// Save fast resume data
|
||||
saveFastResumeAndRatioData(hash);
|
||||
emit torrentSwitchedtoFinished(hash);
|
||||
}
|
||||
|
||||
// Pause a running torrent
|
||||
|
||||
Reference in New Issue
Block a user