mirror of
https://github.com/4sval/FModel.git
synced 2026-09-25 18:48:50 -05:00
Merge pull request #678 from djlorenzouasset/dev
temporary fix manifest errors
This commit is contained in:
@@ -260,7 +260,7 @@ public class CUE4ParseViewModel : ViewModel
|
||||
{
|
||||
(manifest, _) = manifestInfo.DownloadAndParseAsync(manifestOptions,
|
||||
cancellationToken: cancellationToken,
|
||||
elementManifestPredicate: static x => x.Uri.Host == "download.epicgames.com"
|
||||
elementManifestPredicate: static x => x.Uri.Host == "download.epicgames.com" || x.Uri.Host == "epicgames-download1.akamaized.net"
|
||||
).GetAwaiter().GetResult();
|
||||
}
|
||||
catch (HttpRequestException ex)
|
||||
|
||||
Reference in New Issue
Block a user