Merge branch 'master' into mode-selection-browser-revamp

This commit is contained in:
Timothy Baldridge 2019-11-30 06:08:49 -07:00 committed by GitHub
commit a484e01451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,6 +85,7 @@ namespace Wabbajack
{
var downloader = DownloadDispatcher.ResolveArchive(Metadata.Links.Download);
downloader.Download(new Archive{ Name = Metadata.Title, Size = Metadata.DownloadMetadata?.Size ?? 0}, Location);
DownloadStatusText = "Hashing";
Location.FileHashCached();
sub.Dispose();
tcs.SetResult(true);