mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
Clear missing files flag when resuming or force rechecking. Fixes issues in #2750.
This commit is contained in:
@@ -1206,6 +1206,7 @@ void TorrentHandle::resume(bool forced)
|
|||||||
try {
|
try {
|
||||||
if (hasError())
|
if (hasError())
|
||||||
m_nativeHandle.clear_error();
|
m_nativeHandle.clear_error();
|
||||||
|
m_hasMissingFiles = false;
|
||||||
m_nativeHandle.set_upload_mode(false);
|
m_nativeHandle.set_upload_mode(false);
|
||||||
m_nativeHandle.auto_managed(!forced);
|
m_nativeHandle.auto_managed(!forced);
|
||||||
m_nativeHandle.resume();
|
m_nativeHandle.resume();
|
||||||
|
|||||||
Reference in New Issue
Block a user