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

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);