Browse Source

Create DownloadDirectory before starting download

pull/495/head
Ionite 9 months ago
parent
commit
c1aca685f8
No known key found for this signature in database
  1. 2
      StabilityMatrix.Core/Models/TrackedDownload.cs

2
StabilityMatrix.Core/Models/TrackedDownload.cs

@ -124,6 +124,8 @@ public class TrackedDownload
{
var progress = new Progress<ProgressReport>(OnProgressUpdate);
DownloadDirectory.Create();
await downloadService!
.ResumeDownloadToFileAsync(
SourceUrl.ToString(),

Loading…
Cancel
Save