mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
parent
e906478a16
commit
f56f817c77
1 changed files with 2 additions and 1 deletions
|
@ -1772,11 +1772,12 @@ void TorrentHandle::handleTorrentPausedAlert(const lt::torrent_paused_alert *p)
|
||||||
if (!m_pauseWhenReady) {
|
if (!m_pauseWhenReady) {
|
||||||
updateStatus();
|
updateStatus();
|
||||||
m_speedMonitor.reset();
|
m_speedMonitor.reset();
|
||||||
m_session->handleTorrentPaused(this);
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
m_pauseWhenReady = false;
|
m_pauseWhenReady = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_session->handleTorrentPaused(this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue