mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
Merge pull request #12095 from glassez/resume-torrent
Let libtorrent decide whether to resume a torrent
This commit is contained in:
@@ -1498,7 +1498,8 @@ void TorrentHandle::resume_impl(bool forced)
|
|||||||
}
|
}
|
||||||
|
|
||||||
setAutoManaged(!forced);
|
setAutoManaged(!forced);
|
||||||
m_nativeHandle.resume();
|
if (forced)
|
||||||
|
m_nativeHandle.resume();
|
||||||
}
|
}
|
||||||
|
|
||||||
void TorrentHandle::moveStorage(const QString &newPath, bool overwrite)
|
void TorrentHandle::moveStorage(const QString &newPath, bool overwrite)
|
||||||
|
|||||||
Reference in New Issue
Block a user