mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-03 02:14:16 +00:00
Let libtorrent decide whether to resume a torrent
This commit is contained in:
parent
89dec85b0f
commit
74884d57ec
@ -1497,7 +1497,8 @@ void TorrentHandle::resume_impl(bool forced)
|
||||
}
|
||||
|
||||
setAutoManaged(!forced);
|
||||
m_nativeHandle.resume();
|
||||
if (forced)
|
||||
m_nativeHandle.resume();
|
||||
}
|
||||
|
||||
void TorrentHandle::moveStorage(const QString &newPath, bool overwrite)
|
||||
|
Loading…
x
Reference in New Issue
Block a user