mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Let libtorrent decide whether to resume a torrent
This commit is contained in:
parent
89dec85b0f
commit
74884d57ec
1 changed files with 2 additions and 1 deletions
|
@ -1497,6 +1497,7 @@ void TorrentHandle::resume_impl(bool forced)
|
||||||
}
|
}
|
||||||
|
|
||||||
setAutoManaged(!forced);
|
setAutoManaged(!forced);
|
||||||
|
if (forced)
|
||||||
m_nativeHandle.resume();
|
m_nativeHandle.resume();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue