1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

Merge branch 'development'

This commit is contained in:
RobertBeekman 2024-01-16 11:39:56 +01:00
commit 65f62486cc

View File

@ -27,7 +27,7 @@ public class ProfileEntryInstallationHandler : IEntryInstallationHandler
try try
{ {
HttpClient client = _httpClientFactory.CreateClient(WorkshopConstants.WORKSHOP_CLIENT_NAME); HttpClient client = _httpClientFactory.CreateClient(WorkshopConstants.WORKSHOP_CLIENT_NAME);
await client.DownloadDataAsync($"releases/download/{release}", stream, progress, cancellationToken); await client.DownloadDataAsync($"releases/download/{release.Id}", stream, progress, cancellationToken);
} }
catch (Exception e) catch (Exception e)
{ {