mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 19:40:18 -07:00
- Fixed pausing of queued torrents
This commit is contained in:
parent
89330e11de
commit
5509e94778
2 changed files with 1 additions and 7 deletions
|
@ -319,6 +319,7 @@ void QTorrentHandle::pause() {
|
|||
Q_ASSERT(h.is_valid());
|
||||
h.auto_managed(false);
|
||||
h.pause();
|
||||
h.save_resume_data();
|
||||
}
|
||||
|
||||
void QTorrentHandle::resume() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue