mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
committed by
sledgehammer999
parent
71ca3a5cc9
commit
6ade38400e
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user