mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2024-11-20 11:49:17 +01:00
Show the real filesize with --status on incomplete downloads
This commit is contained in:
parent
c4c2f8cb6d
commit
699c9f29a5
@ -2625,7 +2625,6 @@ void Downloader::checkStatus()
|
||||
{
|
||||
bHashOK = false;
|
||||
localHash = Util::getFileHash(path.string(), RHASH_MD5);
|
||||
filesize = filesize_xml;
|
||||
}
|
||||
}
|
||||
|
||||
@ -2754,7 +2753,6 @@ void Downloader::checkStatus()
|
||||
{
|
||||
bHashOK = false;
|
||||
localHash = Util::getFileHash(path.string(), RHASH_MD5);
|
||||
filesize = filesize_xml;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user