mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
- small fix in finished list
This commit is contained in:
@@ -242,7 +242,10 @@ void FinishedTorrents::updateFinishedList(){
|
|||||||
qDebug("Problem: This torrent is not valid in finished list");
|
qDebug("Problem: This torrent is not valid in finished list");
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if(h.is_paused()) continue;
|
if(h.is_paused()){
|
||||||
|
h.resume();
|
||||||
|
continue;
|
||||||
|
}
|
||||||
torrent_status torrentStatus = h.status();
|
torrent_status torrentStatus = h.status();
|
||||||
if(torrentStatus.state == torrent_status::downloading) {
|
if(torrentStatus.state == torrent_status::downloading) {
|
||||||
// What are you doing here, go back to download tab!
|
// What are you doing here, go back to download tab!
|
||||||
|
|||||||
Reference in New Issue
Block a user