mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2025-02-02 05:52:31 +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…
x
Reference in New Issue
Block a user