mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Add swapped to SetTo
This commit is contained in:
parent
14a2285b73
commit
db293b6808
@ -282,7 +282,7 @@ namespace Wabbajack.Lib
|
||||
var hashResults = await DownloadFolder.EnumerateFiles()
|
||||
.Where(e => e.Extension != Consts.HashFileExtension)
|
||||
.PMap(Queue, async e => (await e.FileHashCachedAsync(), e));
|
||||
HashedArchives.Add(hashResults
|
||||
HashedArchives.SetTo(hashResults
|
||||
.OrderByDescending(e => e.Item2.LastModified)
|
||||
.GroupBy(e => e.Item1)
|
||||
.Select(e => e.First())
|
||||
|
Loading…
Reference in New Issue
Block a user