mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
Merge pull request #12095 from glassez/resume-torrent
Let libtorrent decide whether to resume a torrent
This commit is contained in:
@@ -1498,6 +1498,7 @@ void TorrentHandle::resume_impl(bool forced)
|
||||
}
|
||||
|
||||
setAutoManaged(!forced);
|
||||
if (forced)
|
||||
m_nativeHandle.resume();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user