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,7 +1498,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