We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe1167 commit d8bf980Copy full SHA for d8bf980
src/NexusMods.Collections/CollectionDownloader.cs
@@ -162,7 +162,7 @@ public static bool TryGetDownloadedItem(CollectionDownloadExternal.ReadOnly down
162
var locallyAddedDatoms = db.Datoms(LocalFile.Md5, download.Md5);
163
if (locallyAddedDatoms.Count > 0)
164
{
165
- foreach (var datom in directDownloadDatoms)
+ foreach (var datom in locallyAddedDatoms)
166
167
var file = LocalFile.Load(db, datom.E);
168
if (file.IsValid())
0 commit comments