mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Clear missing files flag when resuming or force rechecking. Fixes issues in #2750.
This commit is contained in:
parent
a2c48646ae
commit
3f8e76ce93
1 changed files with 1 additions and 0 deletions
|
@ -1206,6 +1206,7 @@ void TorrentHandle::resume(bool forced)
|
|||
try {
|
||||
if (hasError())
|
||||
m_nativeHandle.clear_error();
|
||||
m_hasMissingFiles = false;
|
||||
m_nativeHandle.set_upload_mode(false);
|
||||
m_nativeHandle.auto_managed(!forced);
|
||||
m_nativeHandle.resume();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue