mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-24 05:25:37 +00:00
Merge pull request #12095 from glassez/resume-torrent
Let libtorrent decide whether to resume a torrent
This commit is contained in:
commit
b519ece18b
@ -1498,6 +1498,7 @@ void TorrentHandle::resume_impl(bool forced)
|
|||||||
}
|
}
|
||||||
|
|
||||||
setAutoManaged(!forced);
|
setAutoManaged(!forced);
|
||||||
|
if (forced)
|
||||||
m_nativeHandle.resume();
|
m_nativeHandle.resume();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user