mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
- Save fastresume fata when pausing torrents to speed up qBittorrent shutdown
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user