mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
BUGFIX: Fixed pause state toggle for paused and checking torrents
This commit is contained in:
parent
bd84cb197f
commit
73c247fe10
2 changed files with 3 additions and 0 deletions
|
@ -150,6 +150,8 @@ bool bittorrent::isPaused(QString hash) const{
|
|||
qDebug("/!\\ Error: Invalid handle");
|
||||
return true;
|
||||
}
|
||||
if(torrentsToPauseAfterChecking.contains(hash))
|
||||
return true;
|
||||
return h.is_paused();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue