mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 16:07:23 -06:00
Let libtorrent decide whether to resume a torrent
This commit is contained in:
committed by
sledgehammer999
parent
709198d2f1
commit
21c8acd55c
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user