mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-03-10 12:21:12 +00:00
Reload "missing files" torrent instead of re-checking
This commit is contained in:
parent
06105072f9
commit
b2199202ab
@ -1381,14 +1381,17 @@ void TorrentHandleImpl::resume(const TorrentOperatingMode mode)
|
|||||||
if (hasError())
|
if (hasError())
|
||||||
m_nativeHandle.clear_error();
|
m_nativeHandle.clear_error();
|
||||||
|
|
||||||
|
m_operatingMode = mode;
|
||||||
|
|
||||||
if (m_hasMissingFiles)
|
if (m_hasMissingFiles)
|
||||||
{
|
{
|
||||||
m_hasMissingFiles = false;
|
m_hasMissingFiles = false;
|
||||||
m_nativeHandle.force_recheck();
|
m_isStopped = false;
|
||||||
|
reload();
|
||||||
|
updateStatus();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
m_operatingMode = mode;
|
|
||||||
|
|
||||||
if (m_isStopped)
|
if (m_isStopped)
|
||||||
{
|
{
|
||||||
// Torrent may have been temporarily resumed to perform checking files
|
// Torrent may have been temporarily resumed to perform checking files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user