mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-22 22:33:34 -07:00
parent
71ca3a5cc9
commit
6ade38400e
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